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 db9a65e commit e607193Copy full SHA for e607193
tests/end-to-end-with-coverage-driver/warn-when-opcache-enabled/warn-when-opcache-enabled.phpt
@@ -7,12 +7,10 @@ opcache.jit=disable
7
XDEBUG_MODE=coverage
8
--SKIPIF--
9
<?php declare(strict_types=1);
10
-require __DIR__ . '/../_files/skip-if-requires-code-coverage-driver.php';
+require __DIR__ . '/../../_files/skip-if-requires-code-coverage-driver.php';
11
12
if (!extension_loaded('Zend OPcache')) {
13
- echo 'skip, opcache extension is not loaded';
14
-} elseif (ini_get('opcache.enable_cli') !== '1') {
15
- echo 'skip, opcache not enabled for CLI';
+ echo 'skip: opcache extension is not loaded';
16
}
17
--FILE--
18
0 commit comments