| 1 | <?php |
||
| 15 | final class SetConsoleOutputEventSubscriberTest extends PHPUnit_Framework_TestCase |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var Application |
||
| 20 | */ |
||
| 21 | private $application; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var OutputWriter |
||
| 25 | */ |
||
| 26 | private $outputWriter; |
||
| 27 | |||
| 28 | |||
| 29 | protected function setUp() |
||
| 35 | |||
| 36 | |||
| 37 | public function testDispatching() |
||
| 52 | |||
| 53 | } |
||
|
1 ignored issue
–
show
|
|||
| 54 |