Example #1
0
 public function testDefaultState()
 {
     $this->assertEquals(ParseState::EOF, $this->obj->getState());
 }