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 80d3d91 commit 05ac9c1Copy full SHA for 05ac9c1
tests/end-to-end/phar/tests/code-coverage/warn-when-opcache-enabled.phpt
@@ -21,6 +21,8 @@ $_SERVER['argv'][] = '--coverage-text';
21
$_SERVER['argv'][] = '--configuration';
22
$_SERVER['argv'][] = __DIR__ . '/warn-when-opcache-enabled/phpunit.xml';
23
24
+require_once __DIR__ . '/warn-when-opcache-enabled/src/Greeter.php';
25
+
26
require_once __DIR__ . '/../../../../bootstrap.php';
27
28
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
0 commit comments