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

testResolveError() public method

public testResolveError ( )
    public function testResolveError()
    {
        $this->tracker->expects($this->once())->method('resolveResourcePath')->willReturn(false);
        $parser = new TwigParser($this->tracker, $this->twig, $this->cache_dir);
        $parser->findSplitPoints(__DIR__ . '/Fixtures/template.html.twig');
    }