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 d91531e commit 54f195fCopy full SHA for 54f195f
tests/end-to-end/phar/tests/phpt/warn-when-opcache-enabled.phpt
@@ -20,6 +20,8 @@ $_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
27
require_once __DIR__ . '/../../../../bootstrap.php';
@@ -31,7 +33,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
31
33
Runtime: %s
32
34
Configuration: %s
35
-WW 2 / 2 (100%)
36
+.. 2 / 2 (100%)
37
38
Time: %s, Memory: %s MB
39
0 commit comments