Skip to content

Commit 7e9dd40

Browse files
committed
Disable jit for test
Prevents "Warning: JIT is incompatible with third party extensions that override zend_execute_ex(). JIT disabled. in Unknown on line 0"
1 parent 316be7f commit 7e9dd40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/end-to-end/code-coverage/warn-when-opcache-enabled.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
https://github.com/sebastianbergmann/php-code-coverage/issues/1022
33
--INI--
44
opcache.enable_cli=1
5+
opcache.jit=disable
56
--SKIPIF--
67
<?php declare(strict_types=1);
78
require __DIR__ . '/../../_files/skip-if-requires-code-coverage-driver.php';

0 commit comments

Comments
 (0)