Skip to content

Commit

Permalink
Merge pull request #138 from hason/phpunit
Browse files Browse the repository at this point in the history
Moved phpunit.xml.dist to the root
  • Loading branch information
l3pp4rd committed Apr 21, 2016
2 parents aa33816 + e45ce45 commit 095bb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ before_script:
- if [[ "$TRAVIS_PHP_VERSION" = "7.0" ]] || [[ "$TRAVIS_PHP_VERSION" = "hhvm" ]]; then composer remove --dev --no-update doctrine/mongodb-odm; fi
- composer install --prefer-dist

script: phpunit -c tests
script: phpunit
4 changes: 2 additions & 2 deletions tests/phpunit.xml.dist → phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./bootstrap.php" colors="true">
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Pager tests">
<directory suffix="Test.php">./Test/Pager/</directory>
<directory suffix="Test.php">tests/Test/Pager/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 095bb01

Please sign in to comment.