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.
--log-junit
1 parent 94c00e3 commit b2b3555Copy full SHA for b2b3555
tests/end-to-end/regression/5771.phpt
@@ -4,6 +4,8 @@ https://github.com/sebastianbergmann/phpunit/issues/5771
4
<?php declare(strict_types=1);
5
$_SERVER['argv'][] = '--no-configuration';
6
$_SERVER['argv'][] = __DIR__ . '/5771/Issue5771Test.php';
7
+$_SERVER['argv'][] = '--log-junit';
8
+$_SERVER['argv'][] = tempnam(sys_get_temp_dir(), __FILE__);
9
10
require_once __DIR__ . '/../../bootstrap.php';
11
0 commit comments