Skip to content

Commit 5de5aa2

Browse files
Add missing exclusions from phpunit.xml.dist
1 parent 67f8463 commit 5de5aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<php>
1010
<ini name="error_reporting" value="-1" />
1111
</php>
12+
1213
<testsuites>
1314
<testsuite name="Symfony Form Component Test Suite">
1415
<directory>./Tests/</directory>
@@ -19,6 +20,7 @@
1920
<whitelist>
2021
<directory>./</directory>
2122
<exclude>
23+
<directory>./Resources</directory>
2224
<directory>./Tests</directory>
2325
<directory>./vendor</directory>
2426
</exclude>

0 commit comments

Comments
 (0)