Google\Cloud\Tests\System\Storage\ManageAclTest::testManageBucketAcl PHP Method

testManageBucketAcl() public method

public testManageBucketAcl ( )
    public function testManageBucketAcl()
    {
        $kind = 'storage#bucketAccessControl';
        $this->assertAcl(self::$bucket->acl(), $kind);
    }