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

testUnableToFindConfigFile() public method

    public function testUnableToFindConfigFile()
    {
        $boot = new Boot();
        $boot->run();
    }