Inheritance: extends AbstractParser, implements FastFeed\Parser\ParserInterface
Esempio n. 1
0
 /**
  * @expectedException \FastFeed\Exception\LogicException
  */
 public function testPopProcessor()
 {
     $this->parser->popAggregator();
 }