public function testConfigure()
 {
     $this->object->configure();
     $array = array();
     $this->assertThat($this->container->getConstant('controller.paths'), $this->equalTo($array));
     $this->assertThat($this->container->getConstant('command.paths'), $this->equalTo($array));
     $this->assertThat($this->container->getConstant('view.paths'), $this->equalTo($array));
 }