updated phpunit config
This commit is contained in:
parent
2f1fdb56ae
commit
9b16336e74
3 changed files with 4 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -9,4 +9,6 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: php-actions/composer@v6
|
||||
- uses: php-actions/phpstan@v3
|
||||
- uses: php-actions/phpunit@v3
|
||||
- uses: php-actions/phpunit@v3
|
||||
env:
|
||||
ACTION_TEST_SUFFIX: Test.php
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
/vendor
|
||||
/composer.lock
|
||||
/.phpunit.cache
|
||||
/.phpunit.result.cache
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
bootstrap="vendor/autoload.php"
|
||||
cacheDirectory=".phpunit.cache"
|
||||
colors="true">
|
||||
<testsuites>
|
||||
<testsuite name="PHPUnit">
|
||||
|
|
Loading…
Reference in a new issue