Наследование: extends AbstractParser, implements FastFeed\Parser\ParserInterface
Пример #1
0
 /**
  * @expectedException \FastFeed\Exception\LogicException
  */
 public function testPopProcessor()
 {
     $this->parser->popAggregator();
 }