/**
  * @covers Configuration\Configuration::dettachParser
  */
 public function testDettachParser()
 {
     $this->object->dettachParser(new PHPParser());
     $this->assertCount(1, $this->object->count());
 }