@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | public function setUp() |
29 | 29 | { |
30 | 30 | $this->fs = new Filesystem(); |
31 | - $this->cacheDir = __DIR__ . '/cache'; |
|
31 | + $this->cacheDir = __DIR__.'/cache'; |
|
32 | 32 | if ($this->fs->exists($this->cacheDir)) { |
33 | 33 | $this->fs->remove($this->cacheDir); |
34 | 34 | } |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | */ |
50 | 50 | public function testSetGetClear() |
51 | 51 | { |
52 | - $cacheFile = $this->cacheDir . '/adback/apiCache.php'; |
|
52 | + $cacheFile = $this->cacheDir.'/adback/apiCache.php'; |
|
53 | 53 | |
54 | 54 | $this->cache->setAnalyticsScript('foo'); |
55 | 55 | $this->assertTrue($this->fs->exists($cacheFile)); |