We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f913ae commit 39c1654Copy full SHA for 39c1654
tests/Qiniu/Tests/BucketTest.php
@@ -121,15 +121,15 @@ public function testFetch()
121
$this->bucketName,
122
'fetch.html'
123
);
124
- $this->assertArrayHasKey('hash', $ret);
+ $this->assertArrayHasKey('hash', $ret);
125
$this->assertNull($error);
126
-
+
127
list($ret, $error) = $this->bucketManager->fetch(
128
'http://developer.qiniu.com/docs/v6/sdk/php-sdk.html',
129
130
''
131
132
- $this->assertArrayHasKey('key', $ret);
+ $this->assertArrayHasKey('key', $ret);
133
134
}
135
0 commit comments