@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | $mock = $this->buildConfigurableClass(); |
32 | 32 | $mock->setOptions(['withSetterProperty' => 2]); |
33 | - $this->assertEquals($mock->withSetterProperty, 3); // Setter logic: 2 + 1 |
|
33 | + $this->assertEquals($mock->withSetterProperty, 3); // Setter logic: 2 + 1 |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | public function testInitPublicProperty() |
@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | $serverResponse = $client->getCaptchaResult(''); |
62 | 62 | |
63 | - if($response==='CAPCHA_NOT_READY') { |
|
63 | + if ($response === 'CAPCHA_NOT_READY') { |
|
64 | 64 | $this->assertFalse($serverResponse); |
65 | 65 | } else { |
66 | 66 | $this->assertEquals('1234567890', $serverResponse); |