Skip to content

Commit e5c2844

Browse files
committed
Move exclude inside of whitelist
1 parent 73f5d8b commit e5c2844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpunit.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<testsuites>
1313
<testsuite name="Versionable Suite">
1414
<directory>tests/</directory>
15-
<exclude>
16-
<file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
17-
<file>src/resources/views/documentarian.blade.php</file>
18-
</exclude>
1915
</testsuite>
2016
</testsuites>
2117
<filter>
2218
<whitelist>
2319
<directory suffix=".php">src/Mpociot/</directory>
20+
<exclude>
21+
<file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
22+
<file>src/resources/views/documentarian.blade.php</file>
23+
</exclude>
2424
</whitelist>
2525
</filter>
2626
</phpunit>

0 commit comments

Comments
 (0)