@@ -47,7 +47,7 @@ |
||
| 47 | 47 | public function testGet() |
| 48 | 48 | { |
| 49 | 49 | $manager = \Aimeos\MShop::create( $this->context, 'order' ); |
| 50 | - $items = $manager->searchItems( $manager->createSearch()->setSlice( 0, 1) ); |
|
| 50 | + $items = $manager->searchItems( $manager->createSearch()->setSlice( 0, 1 ) ); |
|
| 51 | 51 | |
| 52 | 52 | if( ( $item = reset( $items ) ) === null ) { |
| 53 | 53 | throw new \RuntimeException( 'No order item found' ); |