Skip to content

Commit 48fdce0

Browse files
committed
rm test code
1 parent 89645fd commit 48fdce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Qiniu/Tests/PfopTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function testExecute2()
3434
$pfop = new PersistentFop($testAuth, $bucket);
3535

3636
list($id, $error) = $pfop->execute($key, $fops);
37-
var_dump($id);
3837
$this->assertNull($error);
3938
list($status, $error) = PersistentFop::status($id);
4039
$this->assertNotNull($status);

0 commit comments

Comments
 (0)