Example #1
0
 /**
  * @group default
  */
 public function testClear()
 {
     $this->parser->clear();
     $this->assertEmpty($this->parser->getUIDs());
 }