luyatests\core\base\BootTest::testWrongConfigFile PHP Method

testWrongConfigFile() public method

public testWrongConfigFile ( )
    public function testWrongConfigFile()
    {
        $boot = new Boot();
        $boot->configFile = __DIR__ . '/../../data/configs/wrongconfig.php';
        $boot->run();
    }