Completed
Push — master ( 86ce10...3f6ef7 )
by Aimeos
07:57
created
html/tests/Client/Html/Checkout/Standard/Address/Billing/StandardTest.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -151,8 +151,7 @@  discard block
 block discarded – undo
151 151
 		try
152 152
 		{
153 153
 			$this->object->process();
154
-		}
155
-		catch( \Aimeos\Client\Html\Exception $e )
154
+		} catch( \Aimeos\Client\Html\Exception $e )
156 155
 		{
157 156
 			$this->assertEquals( 3, count( $view->billingError ) );
158 157
 			$this->assertArrayHasKey( 'order.base.address.salutation', $view->billingError );
@@ -224,8 +223,7 @@  discard block
 block discarded – undo
224 223
 		try
225 224
 		{
226 225
 			$this->object->process();
227
-		}
228
-		catch( \Aimeos\Client\Html\Exception $e )
226
+		} catch( \Aimeos\Client\Html\Exception $e )
229 227
 		{
230 228
 			$this->assertEquals( 1, count( $view->billingError ) );
231 229
 			$this->assertArrayHasKey( 'order.base.address.postal', $view->billingError );
Please login to merge, or discard this patch.
html/tests/Client/Html/Checkout/Standard/Address/Delivery/StandardTest.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -132,8 +132,7 @@  discard block
 block discarded – undo
132 132
 		try
133 133
 		{
134 134
 			$this->object->process();
135
-		}
136
-		catch( \Aimeos\Client\Html\Exception $e )
135
+		} catch( \Aimeos\Client\Html\Exception $e )
137 136
 		{
138 137
 			$this->assertEquals( 2, count( $view->deliveryError ) );
139 138
 			$this->assertArrayHasKey( 'order.base.address.salutation', $view->deliveryError );
@@ -203,8 +202,7 @@  discard block
 block discarded – undo
203 202
 		try
204 203
 		{
205 204
 			$this->object->process();
206
-		}
207
-		catch( \Aimeos\Client\Html\Exception $e )
205
+		} catch( \Aimeos\Client\Html\Exception $e )
208 206
 		{
209 207
 			$this->assertEquals( 1, count( $view->deliveryError ) );
210 208
 			$this->assertArrayHasKey( 'order.base.address.postal', $view->deliveryError );
Please login to merge, or discard this patch.