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

testYiiNotFound() public method

public testYiiNotFound ( )
    public function testYiiNotFound()
    {
        $boot = new Boot();
        $boot->configFile = __DIR__ . '/../../data/configs/console.php';
        $boot->setYiiPath('wrongPathToYii.php');
        $boot->mockOnly = true;
        $boot->applicationConsole();
    }