<?php /** * AiApiTest * PHP version 7.4 * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ /** * 碳丝路数据开放平台API * * 碳丝路数据开放平台 * * The version of the OpenAPI document: 0.4.8 * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 7.0.1 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Please update the test case below to test the endpoint. */ namespace OpenAPI\Client\Test\Api; use \OpenAPI\Client\Configuration; use \OpenAPI\Client\ApiException; use \OpenAPI\Client\ObjectSerializer; use PHPUnit\Framework\TestCase; /** * AiApiTest Class Doc Comment * * @category Class * @package OpenAPI\Client * @author OpenAPI Generator team * @link https://openapi-generator.tech */ class AiApiTest extends TestCase { /** * Setup before running any test cases */ public static function setUpBeforeClass(): void { } /** * Setup before running each test case */ public function setUp(): void { } /** * Clean up after running each test case */ public function tearDown(): void { } /** * Clean up after running all test cases */ public static function tearDownAfterClass(): void { } /** * Test case for chat * * 元梦ai-对话. * */ public function testChat() { // TODO: implement $this->markTestIncomplete('Not implemented'); } /** * Test case for extractText * * 元梦ai-提取文件文本内容. * */ public function testExtractText() { // TODO: implement $this->markTestIncomplete('Not implemented'); } /** * Test case for tokenCount * * 元梦ai-token统计. * */ public function testTokenCount() { // TODO: implement $this->markTestIncomplete('Not implemented'); } }