markTestIncomplete( 'Test of "MapTest" model has not been implemented yet.' ); } /** * Test attribute "mapMapOfString" */ public function testPropertyMapMapOfString() { $this->markTestIncomplete( 'Test of "mapMapOfString" property in "MapTest" model has not been implemented yet.' ); } /** * Test attribute "mapOfEnumString" */ public function testPropertyMapOfEnumString() { $this->markTestIncomplete( 'Test of "mapOfEnumString" property in "MapTest" model has not been implemented yet.' ); } /** * Test attribute "directMap" */ public function testPropertyDirectMap() { $this->markTestIncomplete( 'Test of "directMap" property in "MapTest" model has not been implemented yet.' ); } /** * Test attribute "indirectMap" */ public function testPropertyIndirectMap() { $this->markTestIncomplete( 'Test of "indirectMap" property in "MapTest" model has not been implemented yet.' ); } /** * Test getOpenApiSchema static method * @covers ::getOpenApiSchema */ public function testGetOpenApiSchema() { $schemaObject = MapTest::getOpenApiSchema(); $schemaArr = MapTest::getOpenApiSchema(true); $this->assertIsObject($schemaObject); $this->assertIsArray($schemaArr); } }