MiniAsset\Test\TestCase\AssetConfigTest::setUp PHP Method

setUp() public method

setup method
public setUp ( ) : void
return void
    public function setUp()
    {
        parent::setUp();
        $this->_testFiles = APP;
        $this->testConfig = $this->_testFiles . 'config' . DS . 'config.ini';
        $this->extendConfig = $this->_testFiles . 'config' . DS . 'extended.ini';
        $this->_themeConfig = $this->_testFiles . 'config' . DS . 'themed.ini';
        $this->config = AssetConfig::buildFromIniFile($this->testConfig);
    }