Skip to content

Commit

Permalink
Travis CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlyford committed Mar 27, 2014
1 parent 94ed088 commit e41565a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
29 changes: 0 additions & 29 deletions phpunit.xml

This file was deleted.

8 changes: 8 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<phpunit bootstrap="tests/bootstrap.php" backupGlobals="false" colors="true">
<testsuites>
<!-- Default test suite to run all tests -->
<testsuite>
<directory prefix="test_" suffix=".php">tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit e41565a

Please sign in to comment.