| 1 | <?php |
||
| 12 | final class RegisterMigrationsEventSubscriberTest extends AbstractEventSubscriberTest |
||
| 13 | { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var Configuration |
||
| 17 | */ |
||
| 18 | private $configuration; |
||
| 19 | |||
| 20 | |||
| 21 | protected function setUp() |
||
| 28 | |||
| 29 | |||
| 30 | public function testStatusCommand() |
||
| 38 | |||
| 39 | |||
| 40 | public function testAvailableMigrations() |
||
| 44 | |||
| 45 | |||
| 46 | /** |
||
| 47 | * @return string |
||
| 48 | */ |
||
| 49 | private function getMigrationsDirectory() |
||
| 53 | |||
| 54 | } |
||
| 55 |