Skip to content

Commit

Permalink
添加service request
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed Mar 28, 2022
1 parent 0238c82 commit 0425e2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Service/Oauth/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
namespace W7\Sdk\OpenCloud\Tests\Service\Oauth;

use PHPUnit\Framework\TestCase;
use W7\Sdk\OpenCloud\Request\Request;
use W7\Sdk\OpenCloud\Service\Oauth\User;

class UserTest extends TestCase {
public function testGetUserInfoByJsCode() {
Request::setEnvBeta();

$result = User::instance()
->withAppId('test')
->withAppSecret('d659404b91c7e5546fe')
Expand Down

0 comments on commit 0425e2b

Please sign in to comment.