@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | $this->formFactory->expects($this->once()) |
66 | 66 | ->method('createNamed') |
67 | - ->with($fieldName, EnumSelectType::NAME, null, $this->callback(function (array $options) use ($fieldName) { |
|
67 | + ->with($fieldName, EnumSelectType::NAME, null, $this->callback(function(array $options) use ($fieldName) { |
|
68 | 68 | $disabledValues = ['red', 'yellow', '10']; |
69 | 69 | |
70 | 70 | $this->assertEquals([ |
@@ -16,7 +16,7 @@ discard block |
||
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 |
||
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, |
@@ -48,7 +48,7 @@ |
||
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' => [ |