Skip to content

Commit 9acc34f

Browse files
committed
code sniffer
1 parent 36a7d8e commit 9acc34f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Qiniu/Tests/AuthTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ public function testUploadToken()
7171
global $dummyAuth;
7272
$_SERVER['override_qiniu_auth_time'] = true;
7373
$token = $dummyAuth->uploadToken('1', '2', 3600, array('endUser'=> 'y'));
74+
// @codingStandardsIgnoreStart
7475
$exp = 'abcdefghklmnopq:yyeexeUkPOROoTGvwBjJ0F0VLEo=:eyJlbmRVc2VyIjoieSIsInNjb3BlIjoiMToyIiwiZGVhZGxpbmUiOjEyMzQ1NzE0OTB9';
76+
// @codingStandardsIgnoreEnd
7577
$this->assertEquals($exp, $token);
7678
unset($_SERVER['override_qiniu_auth_time']);
7779
}

0 commit comments

Comments
 (0)