114 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/**
 | 
						|
 * UserApiApiTest
 | 
						|
 * PHP version 5
 | 
						|
 *
 | 
						|
 * @category Class
 | 
						|
 * @package  Swagger\Client
 | 
						|
 * @author   Swagger Codegen team
 | 
						|
 * @link     https://github.com/swagger-api/swagger-codegen
 | 
						|
 */
 | 
						|
 | 
						|
/**
 | 
						|
 * 
 | 
						|
 *
 | 
						|
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 | 
						|
 *
 | 
						|
 * OpenAPI spec version: 
 | 
						|
 * 
 | 
						|
 * Generated by: https://github.com/swagger-api/swagger-codegen.git
 | 
						|
 * Swagger Codegen version: 2.4.18
 | 
						|
 */
 | 
						|
 | 
						|
/**
 | 
						|
 * NOTE: This class is auto generated by the swagger code generator program.
 | 
						|
 * https://github.com/swagger-api/swagger-codegen
 | 
						|
 * Please update the test case below to test the endpoint.
 | 
						|
 */
 | 
						|
 | 
						|
namespace Swagger\Client;
 | 
						|
 | 
						|
use \Swagger\Client\Configuration;
 | 
						|
use \Swagger\Client\ApiException;
 | 
						|
use \Swagger\Client\ObjectSerializer;
 | 
						|
 | 
						|
/**
 | 
						|
 * UserApiApiTest Class Doc Comment
 | 
						|
 *
 | 
						|
 * @category Class
 | 
						|
 * @package  Swagger\Client
 | 
						|
 * @author   Swagger Codegen team
 | 
						|
 * @link     https://github.com/swagger-api/swagger-codegen
 | 
						|
 */
 | 
						|
class UserApiApiTest extends \PHPUnit_Framework_TestCase
 | 
						|
{
 | 
						|
 | 
						|
    /**
 | 
						|
     * Setup before running any test cases
 | 
						|
     */
 | 
						|
    public static function setUpBeforeClass()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Setup before running each test case
 | 
						|
     */
 | 
						|
    public function setUp()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Clean up after running each test case
 | 
						|
     */
 | 
						|
    public function tearDown()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Clean up after running all test cases
 | 
						|
     */
 | 
						|
    public static function tearDownAfterClass()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Test case for getUserInfo
 | 
						|
     *
 | 
						|
     * 获取用户信息.
 | 
						|
     *
 | 
						|
     */
 | 
						|
    public function testGetUserInfo()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Test case for login
 | 
						|
     *
 | 
						|
     * 登录.
 | 
						|
     *
 | 
						|
     */
 | 
						|
    public function testLogin()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Test case for register
 | 
						|
     *
 | 
						|
     * 注册.
 | 
						|
     *
 | 
						|
     */
 | 
						|
    public function testRegister()
 | 
						|
    {
 | 
						|
    }
 | 
						|
 | 
						|
    /**
 | 
						|
     * Test case for searchUser
 | 
						|
     *
 | 
						|
     * 用户搜索.
 | 
						|
     *
 | 
						|
     */
 | 
						|
    public function testSearchUser()
 | 
						|
    {
 | 
						|
    }
 | 
						|
}
 |