From 12d433021afb3da9094179dda0fea5d04ccd004c Mon Sep 17 00:00:00 2001 From: lihsai0 Date: Wed, 16 Oct 2024 15:48:24 +0800 Subject: [PATCH] style: fix code style --- tests/Qiniu/Tests/PfopTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Qiniu/Tests/PfopTest.php b/tests/Qiniu/Tests/PfopTest.php index 108a89b4..e268ef92 100755 --- a/tests/Qiniu/Tests/PfopTest.php +++ b/tests/Qiniu/Tests/PfopTest.php @@ -6,6 +6,7 @@ use Qiniu\Auth; use Qiniu\Processing\PersistentFop; use Qiniu\Storage\UploadManager; + //use Qiniu\Region; //use Qiniu\Config; @@ -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;