Skip to content

Commit

Permalink
Excluding the mock files, but allowing tests for mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Jan 6, 2015
1 parent 51dbe5a commit cdab93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
<exclude>./tests/mock/</exclude>
<exclude>./tests/mock/mock*</exclude>
<exclude>./tests/templates/</exclude>
</testsuite>
</testsuites>
Expand Down

0 comments on commit cdab93c

Please sign in to comment.