test fix
This commit is contained in:
parent
0af465fe47
commit
230f7fba77
2 changed files with 5 additions and 4 deletions
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: php-actions/composer@v6
|
- uses: php-actions/composer@v6
|
||||||
with:
|
with:
|
||||||
args: --ignore-platform-reqs
|
dev: yes
|
||||||
- uses: php-actions/phpunit@v3
|
|
||||||
- uses: php-actions/phpstan@v3
|
- uses: php-actions/phpstan@v3
|
||||||
with:
|
with:
|
||||||
memory_limit: 1G
|
memory_limit: 1G
|
||||||
args: --memory-limit 1G
|
args: --memory-limit 1G
|
||||||
|
- uses: php-actions/phpunit@v3
|
|
@ -8,7 +8,8 @@
|
||||||
failOnRisky="true"
|
failOnRisky="true"
|
||||||
failOnEmptyTestSuite="true"
|
failOnEmptyTestSuite="true"
|
||||||
beStrictAboutOutputDuringTests="true"
|
beStrictAboutOutputDuringTests="true"
|
||||||
verbose="true">
|
verbose="true"
|
||||||
|
bootstrap="vendor/autoload.php">
|
||||||
<php>
|
<php>
|
||||||
<ini name="display_errors" value="On" />
|
<ini name="display_errors" value="On" />
|
||||||
<ini name="error_reporting" value="-1" />
|
<ini name="error_reporting" value="-1" />
|
||||||
|
|
Loading…
Reference in a new issue