Skip to content

Commit a95918a

Browse files
committed
Update composer.json
1 parent d64243f commit a95918a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_script:
3131
- bash ci/init-mysql.sh
3232

3333
script:
34-
- php tests/run.php -c phpunit.xml
34+
- composer test
3535

3636
after_success:
3737
- bash ci/deploy-www.sh

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"autoload-dev": {
3030
"psr-4": {
3131
"YesfTest\\": "tests/Cases/",
32-
"TestApp\\": "tests/TestApp/"
32+
"YesfApp\\": "tests/TestApp/"
3333
}
34+
},
35+
"scripts": {
36+
"test": "php tests/run.php -c phpunit.xml"
3437
}
3538
}

0 commit comments

Comments
 (0)