Beispiel #1
0
 public function testDisableLog()
 {
     $pc = new PageCache();
     $pc->disableLog();
     $this->assertAttributeSame(false, 'enable_log', $pc);
 }