markTestIncomplete( 'Test of "Model200Response" model has not been implemented yet.' ); } /** * Test attribute "name" */ public function testPropertyName() { $this->markTestIncomplete( 'Test of "name" property in "Model200Response" model has not been implemented yet.' ); } /** * Test attribute "class" */ public function testPropertyClass() { $this->markTestIncomplete( 'Test of "class" property in "Model200Response" model has not been implemented yet.' ); } /** * Test getOpenApiSchema static method * @covers ::getOpenApiSchema */ public function testGetOpenApiSchema() { $schemaObject = Model200Response::getOpenApiSchema(); $schemaArr = Model200Response::getOpenApiSchema(true); $this->assertIsObject($schemaObject); $this->assertIsArray($schemaArr); } }