Beispiel #1
0
 public function testGetFile()
 {
     $pc = new PageCache();
     $file = $pc->getFile();
     $this->assertNotNull($file);
 }