Kraken\_Unit\Console\Server\Command\Server\ServerPingCommandTest::testApiCommand_InvokesProperAction PHP Method

testApiCommand_InvokesProperAction() public method

    public function testApiCommand_InvokesProperAction()
    {
        $command = $this->createCommand();
        $result = $this->callProtectedMethod($command, 'command', []);
        $this->assertSame(gethostbyname(gethostname()), $result);
    }