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