| 1 | <?php |
||
| 15 | class CustomerPropertyAddFosUserTestData |
||
| 16 | extends \Aimeos\MW\Setup\Task\CustomerAddPropertyTestData |
||
|
|
|||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Returns the list of task names which this task depends on. |
||
| 21 | * |
||
| 22 | * @return string[] List of task names |
||
| 23 | */ |
||
| 24 | public function getPreDependencies() |
||
| 28 | |||
| 29 | |||
| 30 | /** |
||
| 31 | * Adds customer test data. |
||
| 32 | */ |
||
| 33 | public function migrate() |
||
| 54 | } |