예제 #1
0
 public function testIsDebug()
 {
     $this->assertTrue($this->cfg1->isDebug());
     $this->assertFalse($this->cfg2->isDebug());
     $this->assertFalse($this->cfg3->isDebug());
 }