mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-08-05 07:57:38 +02:00
Merge pull request #107 from dannyvankooten/phpunit-config
Use local phpunit
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ Gemfile.lock
|
||||
build
|
||||
vendor
|
||||
composer.lock
|
||||
phpunit.xml
|
||||
|
@@ -8,7 +8,7 @@ php:
|
||||
install:
|
||||
- composer install --dev
|
||||
script:
|
||||
- phpunit -c phpunit.xml
|
||||
- ./vendor/bin/phpunit
|
||||
after_script:
|
||||
- ./vendor/bin/test-reporter
|
||||
env:
|
||||
|
@@ -30,6 +30,6 @@
|
||||
"classmap": ["AltoRouter.php"]
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit AltoRouterTest.php"
|
||||
"test": "vendor/bin/phpunit"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user