Beispiel #1
0
 public function testCacheFileCreation()
 {
     $cache = new Cache('file_creation', $this->cacheDir);
     $cache->set('foo', 'bar');
     $this->assertFileExists($this->cacheDir . '/file_creation/0b/ee/0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33.ser');
 }