예제 #1
0
 public function testInvalidOptions()
 {
     $this->setExpectedException('\\InvalidArgumentException');
     $upload_url = BlobstoreService::createUploadUrl('http://foo/bar', ['gs_bucket_name' => 'bucket', 'foo' => 'bar']);
 }