@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $this->assertInstanceOf('stdClass', $apiResponse); |
| 49 | 49 | |
| 50 | 50 | // Loop the response object to check it's integrity |
| 51 | - foreach($apiResponse as $currencyCode => $currencyName) { |
|
| 51 | + foreach ($apiResponse as $currencyCode => $currencyName) { |
|
| 52 | 52 | |
| 53 | 53 | // Assert the currency code and values are none-empty strings |
| 54 | 54 | $this->assertNotEmpty($currencyCode); |