Skip to content

Commit 54f195f

Browse files
committed
Update warn-when-opcache-enabled.phpt
1 parent d91531e commit 54f195f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/end-to-end/phar/tests/phpt/warn-when-opcache-enabled.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ $_SERVER['argv'][] = '--colors=never';
2020
$_SERVER['argv'][] = '--coverage-text';
2121
$_SERVER['argv'][] = '--bootstrap';
2222
$_SERVER['argv'][] = __DIR__.'/../../src/autoload.php';
23+
$_SERVER['argv'][] = '--coverage-filter';
24+
$_SERVER['argv'][] = __DIR__.'/../../src/';
2325
$_SERVER['argv'][] = __DIR__.'/../standard/GreeterTest.php';
2426

2527
require_once __DIR__ . '/../../../../bootstrap.php';
@@ -31,7 +33,7 @@ PHPUnit %s by Sebastian Bergmann and contributors.
3133
Runtime: %s
3234
Configuration: %s
3335

34-
WW 2 / 2 (100%)
36+
.. 2 / 2 (100%)
3537

3638
Time: %s, Memory: %s MB
3739

0 commit comments

Comments
 (0)