Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 13 |
||
| <?php | |
| return [ | |
| 'currentVersion' => 'Current version: {0}', | |
| 'filesFound' => 'The following files was found:', | |
| 'listFiles' => 'List files.', | |
| 'migratedToVersion' => 'Migrated to version {0}.', | |
| 'migrationAborted' => 'Migration aborted.', | |
| 'migrationSucceed' => 'Migration succeed.', | |
| 'noPrompt' => 'Proceed migration without prompt.', | |
| 'proceedMigration' => 'Proceed the migration?', | |
| 'runDown' => 'Run migrations down.', | |
| 'runTo' => 'Run migrations to specific version.', | |
| 'runUp' => 'Run migrations up.', | |
| ]; |