Google\Cloud\Tests\PubSub\TopicTest::testDelete PHP 메소드

testDelete() 공개 메소드

public testDelete ( )
    public function testDelete()
    {
        $this->connection->deleteTopic(Argument::withEntry('foo', 'bar'))->shouldBeCalled();
        $this->topic->setConnection($this->connection->reveal());
        $res = $this->topic->delete(['foo' => 'bar']);
    }