Skip to content

Commit 24064a4

Browse files
committed
Fix: Configuration
1 parent 4c0bbc6 commit 24064a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

generator/phpunit.xml.dist

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
<testsuites>
1414
<testsuite name="Main test Suite">
1515
<directory>./tests/</directory>
16-
<exclude>
17-
<directory>./tests/rector</directory>
18-
</exclude>
16+
<exclude>./tests/rector</exclude>
1917
</testsuite>
2018
</testsuites>
2119
<filter>
@@ -27,4 +25,4 @@
2725
<log type="coverage-html" target="build/coverage"/>
2826
<log type="coverage-clover" target="build/logs/clover.xml"/>
2927
</logging>
30-
</phpunit>
28+
</phpunit>

0 commit comments

Comments
 (0)