Skip to content

Commit

Permalink
updating shared and new unit test folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
atwellpub committed May 20, 2015
1 parent 32fede9 commit b1a66af
Show file tree
Hide file tree
Showing 7 changed files with 1,916 additions and 1,897 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<phpunit bootstrap="tests/travis-ci/bootstrap.php" backupGlobals="false" colors="true">
<phpunit bootstrap="tests/phpunit/bootstrap.php" backupGlobals="false" colors="true">
<testsuites>
<!-- Default test suite to run all tests -->
<testsuite>
<directory prefix="test." suffix=".php">tests/travis-ci/</directory>
<directory prefix="test." suffix=".php">tests/phpunit/</directory>
</testsuite>
</testsuites>
</phpunit>
Loading

0 comments on commit b1a66af

Please sign in to comment.