@@ -6,7 +6,7 @@ |
||
| 6 | 6 | |
| 7 | 7 | // PHPUnit >=6 Backward Compatibility |
| 8 | 8 | if (class_exists(BaseTestCase::class)) { |
| 9 | - abstract class TestCase extends BaseTestCase {} |
|
| 9 | + abstract class TestCase extends BaseTestCase {} |
|
| 10 | 10 | } else { |
| 11 | - abstract class TestCase extends \PHPUnit_Framework_TestCase {} |
|
| 11 | + abstract class TestCase extends \PHPUnit_Framework_TestCase {} |
|
| 12 | 12 | } |