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 e307103 commit 99eecccCopy full SHA for 99eeccc
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 OptionsResolver Component Test Suite">
15
<directory>./Tests/</directory>
@@ -21,6 +22,7 @@
21
22
<exclude>
23
<directory>./Resources</directory>
24
<directory>./Tests</directory>
25
+ <directory>./vendor</directory>
26
</exclude>
27
</whitelist>
28
</filter>
0 commit comments