mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 23:02:10 +00:00
Seem to get no error local, test on actions
This commit is contained in:
@@ -13,6 +13,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
php_version: 7.4.6
|
php_version: 7.4.6
|
||||||
- name: PHPUnit version
|
- name: PHPUnit version
|
||||||
run: phpunit --version
|
run: vendor/bin/phpunit --version
|
||||||
- name: PHPUnit tests
|
- name: PHPUnit tests
|
||||||
run: vendor/bin/phpunit tests
|
run: vendor/bin/phpunit tests
|
||||||
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
"php-di/php-di": "^6.0"
|
"php-di/php-di": "^6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6.0",
|
"phpunit/phpunit": "^8.5",
|
||||||
"mockery/mockery": "^1"
|
"mockery/mockery": "^1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user