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

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

    public function testApiOnMessage_FiltersMessage()
    {
        $command = $this->createCommand();
        $this->assertSame('ip=127.0.0.1', $this->callProtectedMethod($command, 'onMessage', ['127.0.0.1']));
    }