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