Kraken\_Unit\Console\Client\Command\Ping\ServerPingCommandTest::testApiConfig_ConfiguresCommand PHP Метод

testApiConfig_ConfiguresCommand() публичный Метод

    public function testApiConfig_ConfiguresCommand()
    {
        $command = $this->createCommand();
        $args = [];
        $opts = [];
        $this->assertCommand($command, 'server:ping', '#^(.*?)$#si', $args, $opts);
    }