Psecio\Parse\Rule\RuleTestCase::setUp PHP Method

setUp() public method

Set up the parser the same way the Scanner does
public setUp ( )
    public function setUp()
    {
        $this->parser = (new ParserFactory())->create(ParserFactory::PREFER_PHP7);
    }