Kraken\_Integration\Boot\ConsoleClientTest::testCaseClient_DoesNotThrowException_WhenBooted PHP Method

testCaseClient_DoesNotThrowException_WhenBooted() public method

    public function testCaseClient_DoesNotThrowException_WhenBooted()
    {
        if (ini_get('allow_url_include') !== '1') {
            return;
        }
        $dataPath = realpath(__DIR__ . '/..') . '/_Data';
        $console = (new ClientBoot())->boot($dataPath);
        $console->stop();
        unset($console);
    }