Total Complexity | 5 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class OrderAddBasketTestData extends Base |
||
16 | { |
||
17 | /** |
||
18 | * Returns the list of task names which this task depends on. |
||
19 | * |
||
20 | * @return string[] List of task names |
||
21 | */ |
||
22 | public function after() : array |
||
23 | { |
||
24 | return ['Order']; |
||
25 | } |
||
26 | |||
27 | |||
28 | /** |
||
29 | * Adds order test data. |
||
30 | */ |
||
31 | public function up() |
||
48 | } |
||
49 | } |
||
50 | |||
51 | |||
52 | protected function getCustomer() : \Aimeos\MShop\Customer\Item\Iface |
||
58 |