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