Passed
Push — master ( d34681...4293d9 )
by Aimeos
05:27
created
lib/mshoplib/tests/MShop/Price/Manager/StandardTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -200,13 +200,13 @@
 block discarded – undo
200 200
 		$expr[] = $search->compare( '>=', 'price.ctime', '1970-01-01 00:00:00' );
201 201
 		$expr[] = $search->compare( '==', 'price.editor', $this->editor );
202 202
 
203
-		$param = ['customer','test', '0'];
203
+		$param = ['customer', 'test', '0'];
204 204
 		$expr[] = $search->compare( '==', $search->createFunction( 'price:has', $param ), null );
205 205
 
206
-		$param = ['customer','test', $listItem->getRefId()];
206
+		$param = ['customer', 'test', $listItem->getRefId()];
207 207
 		$expr[] = $search->compare( '!=', $search->createFunction( 'price:has', $param ), null );
208 208
 
209
-		$param = ['customer','test'];
209
+		$param = ['customer', 'test'];
210 210
 		$expr[] = $search->compare( '!=', $search->createFunction( 'price:has', $param ), null );
211 211
 
212 212
 		$param = ['customer'];
Please login to merge, or discard this patch.