Skip to content

Commit 31da4d3

Browse files
Tweak
1 parent 3ee2c34 commit 31da4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ function_exists('xdebug_start_function_monitor');
930930
$test,
931931
new OutputError(
932932
sprintf(
933-
'This test printed output: %s',
933+
'Test code or tested code printed unexpected output: %s',
934934
$test->getActualOutput()
935935
)
936936
),

0 commit comments

Comments
 (0)