| 1 | <?php |
||
| 11 | class MigrationWithTestExtensionDepended implements |
||
| 12 | Migration, |
||
| 13 | TestExtensionDependedAwareInterface |
||
| 14 | { |
||
| 15 | protected $testExtensionDepended; |
||
| 16 | |||
| 17 | public function setTestExtensionDepended( |
||
| 22 | |||
| 23 | public function getTestExtensionDepended() |
||
| 27 | |||
| 28 | public function up(Schema $schema, QueryBag $queries) |
||
| 31 | } |
||
| 32 |