Google\Cloud\Tests\Snippets\PubSub\MessageTest::testAckId PHP Méthode

testAckId() public méthode

public testAckId ( )
    public function testAckId()
    {
        $snippet = $this->snippetFromMethod(Message::class, 'ackId');
        $snippet->addLocal('message', $this->message);
        $res = $snippet->invoke();
        $this->assertEquals($this->metadata['ackId'], $res->output());
    }