We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4220d52 commit 07bd20dCopy full SHA for 07bd20d
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: run phpunit
82
run: vendor/bin/phpunit -d memory_limit=1G -c "tests/phpunit.xml" tests/
83
- name: generate coverage
84
- run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=4G --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
+ run: phpdbg -qrr vendor/bin/phpunit -d memory_limit=4G --process-isolation --coverage-clover=coverage.xml -c "tests/phpunit.xml" tests/
85
if: ${{ matrix.php == '7.4' && matrix.recipe == '4.x-dev' }}
86
- name: submit coverage
87
uses: codecov/codecov-action@v2
phpstan.neon
@@ -1,4 +1,6 @@
1
parameters:
2
+ bootstrapFiles:
3
+ - bootstrap.php
4
earlyTerminatingMethodCalls:
5
SilverStripe\Control\Controller:
6
- redirect
0 commit comments