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

instance() protected method

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