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 d64243f commit a95918aCopy full SHA for a95918a
.travis.yml
@@ -31,7 +31,7 @@ before_script:
31
- bash ci/init-mysql.sh
32
33
script:
34
- - php tests/run.php -c phpunit.xml
+ - composer test
35
36
after_success:
37
- bash ci/deploy-www.sh
composer.json
@@ -29,7 +29,10 @@
29
"autoload-dev": {
30
"psr-4": {
"YesfTest\\": "tests/Cases/",
- "TestApp\\": "tests/TestApp/"
+ "YesfApp\\": "tests/TestApp/"
}
+ },
+ "scripts": {
+ "test": "php tests/run.php -c phpunit.xml"
38
0 commit comments