@@ -74,7 +74,7 @@ |
||
| 74 | 74 | $class = $this->createClass(); |
| 75 | 75 | $this->assertEquals('9.8.7.6', |
| 76 | 76 | $class->getResult() |
| 77 | - ->getContent() |
|
| 77 | + ->getContent() |
|
| 78 | 78 | ); |
| 79 | 79 | } |
| 80 | 80 | |
@@ -203,7 +203,7 @@ |
||
| 203 | 203 | $this->fail('Exception was not thrown'); |
| 204 | 204 | } |
| 205 | 205 | catch (CloudFlareException $exception) { |
| 206 | - $expectedError = 'There was an error making the ' . UpdateDnsRecords::class. ':' . PHP_EOL . $message; |
|
| 206 | + $expectedError = 'There was an error making the '.UpdateDnsRecords::class.':'.PHP_EOL.$message; |
|
| 207 | 207 | |
| 208 | 208 | $this->assertEquals($expectedError, $exception->getMessage()); |
| 209 | 209 | } |
@@ -201,8 +201,7 @@ |
||
| 201 | 201 | try { |
| 202 | 202 | $this->createClass($json); |
| 203 | 203 | $this->fail('Exception was not thrown'); |
| 204 | - } |
|
| 205 | - catch (CloudFlareException $exception) { |
|
| 204 | + } catch (CloudFlareException $exception) { |
|
| 206 | 205 | $expectedError = 'There was an error making the ' . UpdateDnsRecords::class. ':' . PHP_EOL . $message; |
| 207 | 206 | |
| 208 | 207 | $this->assertEquals($expectedError, $exception->getMessage()); |