Skip to content

Commit 60800ee

Browse files
committed
Fixed test failure (ref sebastianbergmann#2591)
1 parent e6e7085 commit 60800ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Regression/GitHub/2591-separate-function-no-preserve-no-bootstrap.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ Time: %s, Memory: %s
2626
There were 2 errors:
2727

2828
1) Issue2591_SeparateFunctionNoPreserveTest::testChangedGlobalString
29-
PHPUnit\Framework\Exception: PHP Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
30-
Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
29+
PHPUnit\Framework\Exception: Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
3130

3231
2) Issue2591_SeparateFunctionNoPreserveTest::testGlobalString
33-
PHPUnit\Framework\Exception: PHP Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
34-
Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
32+
PHPUnit\Framework\Exception: Fatal error: Class 'PHPUnit\Framework\TestCase' not found %s
3533

3634
ERRORS!
3735
Tests: 2, Assertions: 0, Errors: 2.

0 commit comments

Comments
 (0)