Google\Cloud\Tests\Storage\AclTest::testThrowsExceptionWithInvalidType PHP 메소드

testThrowsExceptionWithInvalidType() 공개 메소드

    public function testThrowsExceptionWithInvalidType()
    {
        $acl = new Acl($this->connection->reveal(), 'nope', ['bucket' => 'bucket']);
    }