Hostnet\Component\Webpack\Asset\TwigParserTest::testParseError PHP Method

testParseError() public method

public testParseError ( )
    public function testParseError()
    {
        $this->tracker->expects($this->never())->method('resolveResourcePath');
        $parser = new TwigParser($this->tracker, $this->twig, $this->cache_dir);
        $parser->findSplitPoints(__DIR__ . '/Fixtures/template_parse_error.html.twig');
    }