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.
2 parents a7dd2bb + 4abb6e6 commit 1a1962fCopy full SHA for 1a1962f
.travis.yml
@@ -15,11 +15,11 @@ matrix:
15
allow_failures:
16
- php: master
17
18
-before_script:
19
- - cd tests
20
- - composer install -n
+install:
+ - composer install --prefer-dist
21
22
-script: phpunit --coverage-text --configuration phpunit.xml.dist
+script:
+ - vendor/bin/phpunit --coverage-text --configuration tests/phpunit.xml.dist
23
24
cache:
25
directories:
composer.json
@@ -20,6 +20,11 @@
"require": {
"php": ">=5.4.0"
},
+ "require-dev": {
+ "EHER/PHPUnit": ">=1.6",
+ "mockery/mockery": ">=0.7.2",
26
+ "suin/xoopsunit": ">=1.2"
27
+ },
28
"autoload": {
29
"psr-0": {
30
"Suin\\RSSWriter": "src"
tests/composer.json
0 commit comments