We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SearchResponseResultsInnerRatingTest.php•2.04 kB
<?php
/**
* SearchResponseResultsInnerRatingTest
*
* PHP version 7.4
*
* @category Class
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* GameBrain API
*
* GameBrain API
*
* The version of the OpenAPI document: 1.0.1
* Contact: mail@gamebrain.co
* Generated by: https://openapi-generator.tech
* Generator version: 7.8.0-SNAPSHOT
*/
/**
* 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 model.
*/
namespace OpenAPI\Client\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* SearchResponseResultsInnerRatingTest Class Doc Comment
*
* @category Class
* @description SearchResponseResultsInnerRating
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class SearchResponseResultsInnerRatingTest extends TestCase
{
/**
* Setup before running any test case
*/
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 "SearchResponseResultsInnerRating"
*/
public function testSearchResponseResultsInnerRating()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "mean"
*/
public function testPropertyMean()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "count"
*/
public function testPropertyCount()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}