We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f8463 commit 5de5aa2Copy full SHA for 5de5aa2
phpunit.xml.dist
@@ -9,6 +9,7 @@
9
<php>
10
<ini name="error_reporting" value="-1" />
11
</php>
12
+
13
<testsuites>
14
<testsuite name="Symfony Form Component Test Suite">
15
<directory>./Tests/</directory>
@@ -19,6 +20,7 @@
19
20
<whitelist>
21
<directory>./</directory>
22
<exclude>
23
+ <directory>./Resources</directory>
24
<directory>./Tests</directory>
25
<directory>./vendor</directory>
26
</exclude>
0 commit comments