N98\Magento\Application\ConfigFileTest::parseEmptyFile PHP Method

parseEmptyFile() public method

public parseEmptyFile ( )
    public function parseEmptyFile()
    {
        $configFile = new ConfigFile();
        $configFile->loadFile('data://,');
        $this->addToAssertionCount(1);
        $configFile->toArray();
        $this->fail('An expected exception has not been thrown.');
    }