Skip to content

Commit

Permalink
Move exclude inside of whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed May 24, 2016
1 parent 73f5d8b commit e5c2844
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml
Expand Up @@ -12,15 +12,15 @@
<testsuites>
<testsuite name="Versionable Suite">
<directory>tests/</directory>
<exclude>
<file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
<file>src/resources/views/documentarian.blade.php</file>
</exclude>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/Mpociot/</directory>
<exclude>
<file>src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php</file>
<file>src/resources/views/documentarian.blade.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit e5c2844

Please sign in to comment.