Skip to content

Commit a4c1d8c

Browse files
committed
Revert "DEBUG local debug"
1 parent 4a1ff4e commit a4c1d8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
<testsuites>
2828
<testsuite name="PHPStan">
29-
<file>tests/PHPStan/Rules/Properties/TypesAssignedToPropertiesRuleTest.php</file>
29+
<directory suffix="Test.php">tests/PHPStan</directory>
30+
<exclude>tests/PHPStan/Reflection/ReflectionProviderGoldenTest.php</exclude>
3031
</testsuite>
3132
</testsuites>
3233

0 commit comments

Comments
 (0)