Skip to content

Commit 095bb01

Browse files
committed
Merge pull request #138 from hason/phpunit
Moved phpunit.xml.dist to the root
2 parents aa33816 + e45ce45 commit 095bb01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ before_script:
2626
- if [[ "$TRAVIS_PHP_VERSION" = "7.0" ]] || [[ "$TRAVIS_PHP_VERSION" = "hhvm" ]]; then composer remove --dev --no-update doctrine/mongodb-odm; fi
2727
- composer install --prefer-dist
2828

29-
script: phpunit -c tests
29+
script: phpunit
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="./bootstrap.php" colors="true">
2+
<phpunit bootstrap="tests/bootstrap.php" colors="true">
33
<testsuites>
44
<testsuite name="Pager tests">
5-
<directory suffix="Test.php">./Test/Pager/</directory>
5+
<directory suffix="Test.php">tests/Test/Pager/</directory>
66
</testsuite>
77
</testsuites>
88
</phpunit>

0 commit comments

Comments
 (0)