Skip to content

Commit 12d4330

Browse files
committedOct 16, 2024
style: fix code style
1 parent 2a2fe12 commit 12d4330

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tests/Qiniu/Tests/PfopTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use Qiniu\Auth;
77
use Qiniu\Processing\PersistentFop;
88
use Qiniu\Storage\UploadManager;
9+
910
//use Qiniu\Region;
1011
//use Qiniu\Config;
1112

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

1920
private static $bucketName;
21+
2022
/**
2123
* @beforeClass
2224
*/
23-
public static function setupBeforeClass()
25+
public static function prepareEnvironment()
2426
{
2527
global $bucketName;
2628
global $testAuth;

0 commit comments

Comments
 (0)