Beispiel #1
0
 public function testGetPath()
 {
     $pc = new PageCache();
     $this->assertNull($pc->getPath());
     $pc->setPath(__DIR__ . '/');
     $this->assertNotEmpty($pc->getPath());
 }