Skip to content

Commit

Permalink
Fix TypeResolversTest's path in phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Aug 18, 2024
1 parent e66bf70 commit fd9bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<testsuite name="infection">
<directory>tests/ChangeDetector</directory>
<file>tests/Type/Visitor/TypeResolversTest.php</file>
<file>tests/Reflection/Internal/Inheritance/TypeResolversTest.php</file>
<file>tests/Type/ParameterTest.php</file>
<file>tests/Type/ShapeElementTest.php</file>
<directory>tests/TypedMap</directory>
Expand Down

0 comments on commit fd9bc92

Please sign in to comment.