@@ -31,21 +31,21 @@ |
||
31 | 31 | $this->response = new Response( |
32 | 32 | 200, |
33 | 33 | [], |
34 | - file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-valid.xml') |
|
34 | + file_get_contents(__DIR__.'/../../resources/eurofxref-daily-valid.xml') |
|
35 | 35 | ); |
36 | 36 | break; |
37 | 37 | case self::USD_MISSING_RESPONSE: |
38 | 38 | $this->response = new Response( |
39 | 39 | 200, |
40 | 40 | [], |
41 | - file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-usd-missing.xml') |
|
41 | + file_get_contents(__DIR__.'/../../resources/eurofxref-daily-usd-missing.xml') |
|
42 | 42 | ); |
43 | 43 | break; |
44 | 44 | case self::DATE_MISSING_RESPONSE: |
45 | 45 | $this->response = new Response( |
46 | 46 | 200, |
47 | 47 | [], |
48 | - file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-date-missing.xml') |
|
48 | + file_get_contents(__DIR__.'/../../resources/eurofxref-daily-date-missing.xml') |
|
49 | 49 | ); |
50 | 50 | break; |
51 | 51 | } |