We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5175a commit 6391958Copy full SHA for 6391958
tests/Qiniu/Tests/PfopTest.php
@@ -35,7 +35,7 @@ public function testPfops()
35
36
list($id, $error) = $pfop->execute($key, $fops);
37
$this->assertNull($error);
38
-
+
39
list($status, $error) = PersistentFop::status($id);
40
$this->assertNotNull($status);
41
@@ -44,8 +44,6 @@ public function testPfops()
44
public function testMkzip()
45
{
46
global $testAuth;
47
- $testAuth = new Auth($accessKey, $secretKey);
48
49
$bucket = 'phpsdk';
50
$key = 'php-logo.png';
51
$pfop = new PersistentFop($testAuth, $bucket);
0 commit comments