Skip to content

Commit 6391958

Browse files
committed
fix
1 parent 1d5175a commit 6391958

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Qiniu/Tests/PfopTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testPfops()
3535

3636
list($id, $error) = $pfop->execute($key, $fops);
3737
$this->assertNull($error);
38-
38+
3939
list($status, $error) = PersistentFop::status($id);
4040
$this->assertNotNull($status);
4141
$this->assertNull($error);
@@ -44,8 +44,6 @@ public function testPfops()
4444
public function testMkzip()
4545
{
4646
global $testAuth;
47-
$testAuth = new Auth($accessKey, $secretKey);
48-
4947
$bucket = 'phpsdk';
5048
$key = 'php-logo.png';
5149
$pfop = new PersistentFop($testAuth, $bucket);

0 commit comments

Comments
 (0)