Passed
Push — master ( ff9225...fa6243 )
by Aimeos
02:02
created
controller/frontend/tests/Controller/Frontend/Order/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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' );
Please login to merge, or discard this patch.