public function testIsDebug()
 {
     $this->assertTrue($this->config1->isDebug());
     $this->assertFalse($this->config2->isDebug());
 }