@@ -256,6 +256,9 @@ |
||
| 256 | 256 | $addPluginReflection->invoke($this->composer->getPluginManager(), $plugin); |
| 257 | 257 | } |
| 258 | 258 | |
| 259 | + /** |
|
| 260 | + * @param string $expectedOutput |
|
| 261 | + */ |
|
| 259 | 262 | private function assertSameOutput($expectedOutput, $message = '') |
| 260 | 263 | { |
| 261 | 264 | $this->assertSame($expectedOutput, $this->io->getOutput(), $message); |
@@ -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 | } |