Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
phpunit exclude Provider and config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed May 25, 2019
1 parent bc290e0 commit e42fe24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@
</logging>
<filter>
<whitelist>
<directory>./src/</directory>
<directory>src/</directory>
<exclude>
<file>src/Provider</file>
<directory>src/config</directory>
</exclude>
</whitelist>
</filter>
<testsuites>
<testsuite name="Optimus\LaravelBoilerplate Test Suite">
<directory suffix="Test.php">./tests/</directory>
<directory suffix="Test.php">tests/</directory>
</testsuite>
</testsuites>
<php>
Expand Down

0 comments on commit e42fe24

Please sign in to comment.