Skip to content

Commit 4f2bc5d

Browse files
mattsebastianbergmann
authored andcommitted
Remove unnecessary filter
1 parent d61d350 commit 4f2bc5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/end-to-end/cli/child-process-output.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ if (!extension_loaded('pcntl')) {
99
<?php declare(strict_types=1);
1010
$_SERVER['argv'][] = '--do-not-cache-result';
1111
$_SERVER['argv'][] = '--no-configuration';
12-
$_SERVER['argv'][] = '--filter';
13-
$_SERVER['argv'][] = 'testChildProcessOutput';
1412
$_SERVER['argv'][] = __DIR__ . '/../_files/ChildProcessTest.php';
1513

1614
require __DIR__ . '/../../bootstrap.php';

0 commit comments

Comments
 (0)