Skip to content

Commit 34b048d

Browse files
theseersebastianbergmann
authored andcommitted
Update use for new SnapshotNodeList location
1 parent d36811a commit 34b048d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistDirectoriesToCoverage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use DOMDocument;
1313
use DOMElement;
14-
use TextUI\XmlConfiguration\Migration\SnapshotNodeList;
14+
use PHPUnit\Util\Xml\SnapshotNodeList;
1515

1616
/**
1717
* @internal This class is not covered by the backward compatibility promise for PHPUnit

src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use DOMDocument;
1313
use DOMElement;
14-
use TextUI\XmlConfiguration\Migration\SnapshotNodeList;
14+
use PHPUnit\Util\Xml\SnapshotNodeList;
1515

1616
/**
1717
* @internal This class is not covered by the backward compatibility promise for PHPUnit

0 commit comments

Comments
 (0)