Skip to content

Commit b2b3555

Browse files
kubawerlossebastianbergmann
authored andcommitted
Add --log-junit to test
1 parent 94c00e3 commit b2b3555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/end-to-end/regression/5771.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ https://github.com/sebastianbergmann/phpunit/issues/5771
44
<?php declare(strict_types=1);
55
$_SERVER['argv'][] = '--no-configuration';
66
$_SERVER['argv'][] = __DIR__ . '/5771/Issue5771Test.php';
7+
$_SERVER['argv'][] = '--log-junit';
8+
$_SERVER['argv'][] = tempnam(sys_get_temp_dir(), __FILE__);
79

810
require_once __DIR__ . '/../../bootstrap.php';
911

0 commit comments

Comments
 (0)