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 @@ -209,7 +209,7 @@ public function run(TestCase $test): void
209
209
Facade::emitter ()->testConsideredRisky (
210
210
$ test ->valueObjectForEvents (),
211
211
sprintf (
212
- 'This test printed output: %s ' ,
212
+ 'Test code or tested code printed unexpected output: %s ' ,
213
213
$ test ->output (),
214
214
),
215
215
);
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Test Passed (PHPUnit\TestFixture\Event\RiskyBecauseOutputTest::testOne)
26
26
Test Printed Unexpected Output
27
27
*
28
28
Test Considered Risky (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest::testOne)
29
- This test printed output: *
29
+ Test code or tested code printed unexpected output: *
30
30
Test Finished (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest::testOne)
31
31
Test Suite Finished (PHPUnit \TestFixture \Event \RiskyBecauseOutputTest, 1 test)
32
32
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