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
GameResponseTest.php•6 kB
<?php
/**
* GameResponseTest
*
* 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;
/**
* GameResponseTest Class Doc Comment
*
* @category Class
* @description GameResponse
* @package OpenAPI\Client
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class GameResponseTest 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 "GameResponse"
*/
public function testGameResponse()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "id"
*/
public function testPropertyId()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "name"
*/
public function testPropertyName()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "image"
*/
public function testPropertyImage()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "gameplay"
*/
public function testPropertyGameplay()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "link"
*/
public function testPropertyLink()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "x_url"
*/
public function testPropertyXUrl()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "rating"
*/
public function testPropertyRating()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "description"
*/
public function testPropertyDescription()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "short_description"
*/
public function testPropertyShortDescription()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "release_date"
*/
public function testPropertyReleaseDate()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "developer"
*/
public function testPropertyDeveloper()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "playtime"
*/
public function testPropertyPlaytime()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "platforms"
*/
public function testPropertyPlatforms()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "tags"
*/
public function testPropertyTags()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "genres"
*/
public function testPropertyGenres()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "genre"
*/
public function testPropertyGenre()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "themes"
*/
public function testPropertyThemes()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "adult_only"
*/
public function testPropertyAdultOnly()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "play_modes"
*/
public function testPropertyPlayModes()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "screenshots"
*/
public function testPropertyScreenshots()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "videos"
*/
public function testPropertyVideos()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "offers"
*/
public function testPropertyOffers()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "official_stores"
*/
public function testPropertyOfficialStores()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
/**
* Test attribute "micro_trailer"
*/
public function testPropertyMicroTrailer()
{
// TODO: implement
self::markTestIncomplete('Not implemented');
}
}