Skip to main content
Glama

Nowcerts-mcp

ModelsTest.php891 B
<?php declare(strict_types=1); use BiegalskiLLC\NHTSAVehicleAPI\Services\Listing\Models; use PHPUnit\Framework\TestCase; final class ModelsTest extends TestCase { /** * @var Models */ protected $modelsServiceClass; /** * */ public function setUp(): void { parent::setUp(); $this->modelsServiceClass = new Models(); } /** * * @throws \GuzzleHttp\Exception\GuzzleException */ public function testListModelsByMakeIsArray(): void { self::assertIsArray( $this->modelsServiceClass->listModelsByMake(460) ); } /** * * @throws \GuzzleHttp\Exception\GuzzleException */ public function testListModelsByMakeYearIsArray(): void { self::assertIsArray( $this->modelsServiceClass->listModelsByMakeYear(460, 2020) ); } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server