File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ public function run(TestCase $test): void
232
232
Event \Facade::emitter ()->testConsideredRisky (
233
233
$ test ->valueObjectForEvents (),
234
234
sprintf (
235
- 'This test printed output: %s ' ,
235
+ 'Test code or tested code printed unexpected output: %s ' ,
236
236
$ test ->output (),
237
237
),
238
238
);
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Test Passed (PHPUnit\TestFixture\Event\RiskyBecauseOutputTest::testOne)
27
27
Test Printed Unexpected Output
28
28
*
29
29
Test Considered Risky (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest::testOne)
30
- This test printed output: *
30
+ Test code or tested code printed unexpected output: *
31
31
Test Finished (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest::testOne)
32
32
Test Suite Finished (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest, 1 test)
33
33
Test Runner Execution Finished
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Time: %s, Memory: %s
21
21
There was 1 risky test:
22
22
23
23
1 ) PHPUnit \TestFixture \Issue1570Test::testOne
24
- This test printed output: *
24
+ Test code or tested code printed unexpected output: *
25
25
26
26
%s:%d
27
27
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ Failed asserting that false is true.
34
34
There were 2 risky tests:
35
35
36
36
1 ) Issue5340Test::testOne
37
- This test printed output: output printed from passing test
37
+ Test code or tested code printed unexpected output: output printed from passing test
38
38
39
39
%s%eIssue5340Test.php:%d
40
40
41
41
2 ) Issue5340Test::testTwo
42
- This test printed output:
42
+ Test code or tested code printed unexpected output:
43
43
output printed from failing test
44
44
45
45
%s%eIssue5340Test.php:%d
You can’t perform that action at this time.
0 commit comments