Skip to content

Commit

Permalink
style: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Oct 16, 2024
1 parent 2a2fe12 commit 12d4330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Qiniu/Tests/PfopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Qiniu\Auth;
use Qiniu\Processing\PersistentFop;
use Qiniu\Storage\UploadManager;

//use Qiniu\Region;
//use Qiniu\Config;

Expand All @@ -17,10 +18,11 @@ class PfopTest extends TestCase
private static $testAuth;

private static $bucketName;

/**
* @beforeClass
*/
public static function setupBeforeClass()
public static function prepareEnvironment()
{
global $bucketName;
global $testAuth;
Expand Down

0 comments on commit 12d4330

Please sign in to comment.