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 da3222b commit 27511beCopy full SHA for 27511be
tests/end-to-end/phar/tests/phpt/warn-when-opcache-enabled.phpt
@@ -20,18 +20,18 @@ $_SERVER['argv'][] = '--colors=never';
20
$_SERVER['argv'][] = '--coverage-text';
21
$_SERVER['argv'][] = '--bootstrap';
22
$_SERVER['argv'][] = __DIR__.'/../../src/autoload.php';
23
+$_SERVER['argv'][] = '--coverage-filter';
24
+$_SERVER['argv'][] = __DIR__.'/../../src/';
25
$_SERVER['argv'][] = __DIR__.'/../standard/GreeterTest.php';
26
-require_once __DIR__ . '/../../../../bootstrap.php';
-
27
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
28
--EXPECTF--
29
PHPUnit %s by Sebastian Bergmann and contributors.
30
31
Runtime: %s
32
Configuration: %s
33
34
-WW 2 / 2 (100%)
+.. 2 / 2 (100%)
35
36
Time: %s, Memory: %s MB
37
0 commit comments