Example #1
0
 public function testParser()
 {
     $parser = Parser::factory();
 }
Example #2
0
 /**
  *
  */
 protected function __construct()
 {
     $this->parser = Parser::factory();
 }