public function testIsDebug()
 {
     $this->assertThat($this->object->isDebug(), $this->equalTo(true));
     $this->assertThat($this->object->getContainer()->getConstant('application.debug'), $this->equalTo(true));
 }