Skip to content

Commit 27511be

Browse files
committed
Update warn-when-opcache-enabled.phpt
1 parent da3222b commit 27511be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ $_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

25-
require_once __DIR__ . '/../../../../bootstrap.php';
26-
2727
(new PHPUnit\TextUI\Application)->run($_SERVER['argv']);
2828
--EXPECTF--
2929
PHPUnit %s by Sebastian Bergmann and contributors.
3030

3131
Runtime: %s
3232
Configuration: %s
3333

34-
WW 2 / 2 (100%)
34+
.. 2 / 2 (100%)
3535

3636
Time: %s, Memory: %s MB
3737

0 commit comments

Comments
 (0)