Completed
Push — master ( 222791...8272bb )
by Aimeos
02:51
created
client/jsonapi/tests/Client/JsonApi/Customer/Relationships/StandardTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 		$typeManager = \Aimeos\MShop\Factory::createManager( $this->context, 'customer/lists/type' );
40 40
 
41 41
 		$userId = $custManager->findItem( 'UTC001' )->getId();
42
-		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId();;
42
+		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId(); ;
43 43
 
44 44
 		$this->context->setUserId( $userId );
45 45
 		$item = $manager->createItem()->setParentId( $userId );
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 		$typeManager = \Aimeos\MShop\Factory::createManager( $this->context, 'customer/lists/type' );
75 75
 
76 76
 		$userId = $custManager->findItem( 'UTC001' )->getId();
77
-		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId();;
77
+		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId(); ;
78 78
 
79 79
 		$this->context->setUserId( $userId );
80 80
 		$item = $manager->createItem()->setParentId( $userId );
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
 		$typeManager = \Aimeos\MShop\Factory::createManager( $this->context, 'customer/lists/type' );
271 271
 
272 272
 		$userId = $custManager->findItem( 'UTC001' )->getId();
273
-		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId();;
273
+		$typeId = $typeManager->findItem( 'favorite', [], 'product' )->getId(); ;
274 274
 
275 275
 		$this->context->setUserId( $userId );
276 276
 		$item = $manager->createItem()->setParentId( $userId );
Please login to merge, or discard this patch.