Google\Cloud\Tests\Snippets\Storage\BucketTest::testAcl PHP Method

testAcl() public method

public testAcl ( )
    public function testAcl()
    {
        $snippet = $this->snippetFromMethod(Bucket::class, 'acl');
        $snippet->addLocal('bucket', $this->bucket);
        $res = $snippet->invoke('acl');
        $this->assertInstanceOf(Acl::class, $res->returnVal());
    }