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

testThrowsExceptionWithInvalidType() public method

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