MiniAsset\Test\TestCase\CachedCompilerTest::instance PHP Method

instance() protected method

protected instance ( )
    protected function instance()
    {
        $factory = new Factory($this->config);
        return $factory->cachedCompiler(TMP);
    }