@@ -57,13 +57,13 @@ |
||
57 | 57 | |
58 | 58 | switch ($expectedResponse) { |
59 | 59 | case self::VALID_RESPONSE: |
60 | - $this->response = $this->createResponseFromFile(__DIR__ . '/../../resources/eurofxref-daily-valid.xml'); |
|
60 | + $this->response = $this->createResponseFromFile(__DIR__.'/../../resources/eurofxref-daily-valid.xml'); |
|
61 | 61 | break; |
62 | 62 | case self::USD_MISSING_RESPONSE: |
63 | - $this->response = $this->createResponseFromFile(__DIR__ . '/../../resources/eurofxref-daily-usd-missing.xml'); |
|
63 | + $this->response = $this->createResponseFromFile(__DIR__.'/../../resources/eurofxref-daily-usd-missing.xml'); |
|
64 | 64 | break; |
65 | 65 | case self::DATE_MISSING_RESPONSE: |
66 | - $this->response = $this->createResponseFromFile(__DIR__ . '/../../resources/eurofxref-daily-date-missing.xml'); |
|
66 | + $this->response = $this->createResponseFromFile(__DIR__.'/../../resources/eurofxref-daily-date-missing.xml'); |
|
67 | 67 | break; |
68 | 68 | } |
69 | 69 | } |