@@ -113,7 +113,7 @@ |
||
113 | 113 | |
114 | 114 | public function testAddBasketAddresses() |
115 | 115 | { |
116 | - $custId = \Aimeos\MShop::create( $this->context, 'customer' )->findItem( '[email protected]')->getId(); |
|
116 | + $custId = \Aimeos\MShop::create( $this->context, 'customer' )->findItem( '[email protected]' )->getId(); |
|
117 | 117 | $basket = \Aimeos\MShop::create( $this->context, 'order/base' )->createItem()->setCustomerId( $custId ); |
118 | 118 | $address = \Aimeos\MShop::create( $this->context, 'order/base/address' )->createItem(); |
119 | 119 |