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 89645fd commit 48fdce0Copy full SHA for 48fdce0
tests/Qiniu/Tests/PfopTest.php
@@ -34,7 +34,6 @@ public function testExecute2()
34
$pfop = new PersistentFop($testAuth, $bucket);
35
36
list($id, $error) = $pfop->execute($key, $fops);
37
- var_dump($id);
38
$this->assertNull($error);
39
list($status, $error) = PersistentFop::status($id);
40
$this->assertNotNull($status);
0 commit comments