markTestIncomplete( 'Test of "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapString" */ public function testPropertyMapString() { $this->markTestIncomplete( 'Test of "mapString" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapNumber" */ public function testPropertyMapNumber() { $this->markTestIncomplete( 'Test of "mapNumber" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapInteger" */ public function testPropertyMapInteger() { $this->markTestIncomplete( 'Test of "mapInteger" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapBoolean" */ public function testPropertyMapBoolean() { $this->markTestIncomplete( 'Test of "mapBoolean" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapArrayInteger" */ public function testPropertyMapArrayInteger() { $this->markTestIncomplete( 'Test of "mapArrayInteger" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapArrayAnytype" */ public function testPropertyMapArrayAnytype() { $this->markTestIncomplete( 'Test of "mapArrayAnytype" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapMapString" */ public function testPropertyMapMapString() { $this->markTestIncomplete( 'Test of "mapMapString" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "mapMapAnytype" */ public function testPropertyMapMapAnytype() { $this->markTestIncomplete( 'Test of "mapMapAnytype" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "anytype1" */ public function testPropertyAnytype1() { $this->markTestIncomplete( 'Test of "anytype1" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "anytype2" */ public function testPropertyAnytype2() { $this->markTestIncomplete( 'Test of "anytype2" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test attribute "anytype3" */ public function testPropertyAnytype3() { $this->markTestIncomplete( 'Test of "anytype3" property in "AdditionalPropertiesClass" model has not been implemented yet.' ); } /** * Test getOpenApiSchema static method * @covers ::getOpenApiSchema */ public function testGetOpenApiSchema() { $schemaObject = AdditionalPropertiesClass::getOpenApiSchema(); $schemaArr = AdditionalPropertiesClass::getOpenApiSchema(true); $this->assertIsObject($schemaObject); $this->assertIsArray($schemaArr); } }