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

testAcl() public method

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