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