Test Setup Failed
Push — master ( 30c942...1927eb )
by
unknown
04:05
created
Bundle/CheckoutBundle/Tests/Unit/EventListener/CustomerUserListenerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 
17 17
 class CustomerUserListenerTest extends \PHPUnit_Framework_TestCase
18 18
 {
19
-    const FIREWALL_NAME= 'test_firewall';
19
+    const FIREWALL_NAME = 'test_firewall';
20 20
 
21 21
     /**
22 22
      * @var CustomerUserListener
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
             ->willReturn(false);
162 162
         $this->listener->onCustomerUserEmailSend($event);
163 163
         $this->assertSame('checkout_registration_confirmation', $event->getEmailTemplate());
164
-        $params['redirectParams'] =  json_encode([
164
+        $params['redirectParams'] = json_encode([
165 165
             'route' => 'oro_checkout_frontend_checkout',
166 166
             'params' => [
167 167
                 'id' => 777,
Please login to merge, or discard this patch.
Oro/Bundle/CheckoutBundle/Tests/Unit/Form/Type/LateRegistrationTypeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     public function testSubmit()
50 50
     {
51
-        $submittedData =  [
51
+        $submittedData = [
52 52
             'is_late_registration_enabled' => true,
53 53
             'email' => '[email protected]',
54 54
             'password' => [
Please login to merge, or discard this patch.