Passed
Push — master ( 600719...a7c237 )
by Aimeos
04:43
created
client/html/tests/Client/Html/Account/Subscription/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 
94 94
 	protected function getSubscription()
95 95
 	{
96
-		$manager =  \Aimeos\MShop::create( $this->context, 'subscription' );
96
+		$manager = \Aimeos\MShop::create( $this->context, 'subscription' );
97 97
 		$filter = $manager->filter()->add( 'subscription.dateend', '==', '2010-01-01' );
98 98
 
99 99
 		return $manager->search( $filter )->first( new \Exception( 'No subscription item found' ) );
Please login to merge, or discard this patch.