8000 Put back some code that was removed for debug purposes. · symfony/symfony@67cc253 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67cc253

Browse files
Put back some code that was removed for debug purposes.
1 parent 9f8c89b commit 67cc253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ if ($components) {
231231
class SymfonyBlacklistSimplePhpunit {}
232232
}
233233
array_splice($_SERVER['argv'], 1, 0, array('--colors=always'));
234-
234+
$_SERVER['argv'] = $argv;
235+
$_SERVER['argc'] = ++$argc;
235236
include "$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit";
236237
}
237238

0 commit comments

Comments
 (0)
0