Google\Cloud\Tests\Storage\AclTest::testDelete PHP Method

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $acl = new Acl($this->connection->reveal(), 'bucketAccessControls', ['bucket' => 'bucket']);
        $this->assertNull($acl->delete('owner'));
    }