We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407f13 commit 661b5c8Copy full SHA for 661b5c8
.gitignore
@@ -2,3 +2,4 @@
2
/vendor
3
composer.lock
4
.phpunit.result.cache
5
+phpunit.xml
.travis.yml
@@ -28,7 +28,7 @@ before_script:
28
29
script:
30
- mkdir -p build/logs
31
- - php vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
+ - php vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover build/logs/clover.xml
32
33
after_success:
34
- travis_retry php vendor/bin/php-coveralls -v
tests/database/baseline.sqlite
24 KB
tests/database/testing.sqlite
0 commit comments