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

target() protected method

protected target ( )
    protected function target()
    {
        $files = [new Local(APP . 'css/other.less'), new Local(APP . 'css/nav.css')];
        return new AssetTarget(TMP . 'all.css', $files);
    }