Seem to get no error local, test on actions

This commit is contained in:
DeveloperMarius
2021-03-23 12:04:10 +01:00
parent 577c87c527
commit 554d562e56
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ jobs:
with:
php_version: 7.4.6
- name: PHPUnit version
run: phpunit --version
run: vendor/bin/phpunit --version
- name: PHPUnit tests
run: vendor/bin/phpunit tests

View File

@@ -32,7 +32,7 @@
"php-di/php-di": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^8.5",
"mockery/mockery": "^1"
},
"scripts": {