MiniAsset\Test\TestCase\CachedCompilerTest::instance PHP 메소드

instance() 보호된 메소드

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