Skip to content
This repository has been archived by the owner on Jan 18, 2018. It is now read-only.

Commit

Permalink
Fixed incorrect code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 8, 2014
1 parent 64fcfe0 commit d6acd18
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
>
<testsuites>
<testsuite name="Application Test Suite">
<directory suffix=".php">./tests/GrahamCampbell/Tests/BootstrapCMS</directory>
<directory suffix=".php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src/GrahamCampbell/BootstrapCMS</directory>
<directory suffix=".php">./src</directory>
<exclude>
<directory>./src/config</directory>
<directory>./src/migrations</directory>
<directory>./src/views</directory>
<directory>./tests</directory>
<directory>./vendor</directory>
</exclude>
Expand Down

0 comments on commit d6acd18

Please sign in to comment.