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 4c0bbc6 commit 24064a4Copy full SHA for 24064a4
generator/phpunit.xml.dist
@@ -13,9 +13,7 @@
13
<testsuites>
14
<testsuite name="Main test Suite">
15
<directory>./tests/</directory>
16
- <exclude>
17
- <directory>./tests/rector</directory>
18
- </exclude>
+ <exclude>./tests/rector</exclude>
19
</testsuite>
20
</testsuites>
21
<filter>
@@ -27,4 +25,4 @@
27
25
<log type="coverage-html" target="build/coverage"/>
28
26
<log type="coverage-clover" target="build/logs/clover.xml"/>
29
</logging>
30
-</phpunit>
+</phpunit>
0 commit comments