updated phpunit config

This commit is contained in:
Joby 2024-07-10 22:08:36 -06:00
parent 2f1fdb56ae
commit 9b16336e74
3 changed files with 4 additions and 3 deletions

View file

@ -9,4 +9,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: php-actions/composer@v6 - uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3 - uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3 - uses: php-actions/phpunit@v3
env:
ACTION_TEST_SUFFIX: Test.php

2
.gitignore vendored
View file

@ -1,3 +1,3 @@
/vendor /vendor
/composer.lock /composer.lock
/.phpunit.cache /.phpunit.result.cache

View file

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit <phpunit
bootstrap="vendor/autoload.php" bootstrap="vendor/autoload.php"
cacheDirectory=".phpunit.cache"
colors="true"> colors="true">
<testsuites> <testsuites>
<testsuite name="PHPUnit"> <testsuite name="PHPUnit">