Google\Cloud\Tests\Logging\SinkTest::testDelete PHP Method

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $this->connection->deleteSink(['sinkName' => $this->formattedName])->willReturn([])->shouldBeCalledTimes(1);
        $sink = $this->getSink($this->connection);
        $this->assertNull($sink->delete());
    }