Kraken\_Unit\Runtime\Command\Cmd\CmdPingCommandTest::testApiCommand_InvokesProperAction PHP Метод

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

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