Skip to content

Commit

Permalink
Add --log-junit to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and sebastianbergmann committed Apr 23, 2024
1 parent 94c00e3 commit b2b3555
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/end-to-end/regression/5771.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ https://github.com/sebastianbergmann/phpunit/issues/5771
<?php declare(strict_types=1);
$_SERVER['argv'][] = '--no-configuration';
$_SERVER['argv'][] = __DIR__ . '/5771/Issue5771Test.php';
$_SERVER['argv'][] = '--log-junit';
$_SERVER['argv'][] = tempnam(sys_get_temp_dir(), __FILE__);

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

Expand Down

0 comments on commit b2b3555

Please sign in to comment.