We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa33816 + e45ce45 commit 095bb01Copy full SHA for 095bb01
.travis.yml
@@ -26,4 +26,4 @@ before_script:
26
- if [[ "$TRAVIS_PHP_VERSION" = "7.0" ]] || [[ "$TRAVIS_PHP_VERSION" = "hhvm" ]]; then composer remove --dev --no-update doctrine/mongodb-odm; fi
27
- composer install --prefer-dist
28
29
-script: phpunit -c tests
+script: phpunit
tests/phpunit.xml.dist renamed to phpunit.xml.dist
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="./bootstrap.php" colors="true">
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
3
<testsuites>
4
<testsuite name="Pager tests">
5
- <directory suffix="Test.php">./Test/Pager/</directory>
+ <directory suffix="Test.php">tests/Test/Pager/</directory>
6
</testsuite>
7
</testsuites>
8
</phpunit>
0 commit comments