diff --git a/tests/end-to-end/logging/log-junit-to-file.phpt b/tests/end-to-end/logging/log-junit-to-file.phpt index c0737f1dbad..254cd499413 100644 --- a/tests/end-to-end/logging/log-junit-to-file.phpt +++ b/tests/end-to-end/logging/log-junit-to-file.phpt @@ -26,7 +26,7 @@ unlink($logfile); --EXPECTF-- - + PHPUnit\SelfTest\Basic\StatusTest::testFailure%A @@ -64,6 +64,9 @@ RuntimeException: error with custom message + + + diff --git a/tests/end-to-end/logging/log-junit-to-stdout.phpt b/tests/end-to-end/logging/log-junit-to-stdout.phpt index cff0467f742..c59fb2d12de 100644 --- a/tests/end-to-end/logging/log-junit-to-stdout.phpt +++ b/tests/end-to-end/logging/log-junit-to-stdout.phpt @@ -15,7 +15,7 @@ require_once __DIR__ . '/../../bootstrap.php'; --EXPECTF-- - + PHPUnit\SelfTest\Basic\StatusTest::testFailure%A @@ -53,6 +53,9 @@ RuntimeException: error with custom message + + +