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 c5c7c9d commit b1914f6Copy full SHA for b1914f6
.github/workflows/ci.yaml
@@ -197,7 +197,7 @@ jobs:
197
run: php ./phpunit --testsuite end-to-end --order-by depends,random
198
199
end-to-end-tests-with-coverage-driver:
200
- name: End-to-End Tests
+ name: End-to-End Tests with Coverage Driver
201
202
needs:
203
- unit-tests
tests/end-to-end-with-coverage-driver/warn-when-opcache-enabled/warn-when-opcache-enabled.phpt
@@ -3,6 +3,8 @@ https://github.com/sebastianbergmann/php-code-coverage/issues/1022
3
--INI--
4
opcache.enable_cli=1
5
opcache.jit=disable
6
+--ENV--
7
+XDEBUG_MODE=coverage
8
--SKIPIF--
9
<?php declare(strict_types=1);
10
require __DIR__ . '/../_files/skip-if-requires-code-coverage-driver.php';
0 commit comments