Skip to content

Commit 0d26b50

Browse files
Merge pull request #63 from edmondscommerce/EnsureLogFileCreated
adding extra flag
2 parents f97a0c1 + 2f983e2 commit 0d26b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/generic/phpunit.inc.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ do
4747
--enforce-time-limit \
4848
--fail-on-risky \
4949
--fail-on-warning \
50-
--disallow-todo-tests
50+
--disallow-todo-tests \
51+
--log-junit "$phpunitLogFilePath"
5152

5253
phpunitExitCode=$?
5354
set -e

0 commit comments

Comments
 (0)