<?php declare(strict_types=1); namespace SixShop\Wechat\Entity; use PHPUnit\Framework\TestCase; class ExtensionWechatUserEntityTest extends TestCase { public function testGetUserInfo() { app(ExtensionWechatUserEntity::class)->getUserID('code'); } }