markTestIncomplete( 'Test of "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "smallCamel" */ public function testPropertySmallCamel() { $this->markTestIncomplete( 'Test of "smallCamel" property in "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "capitalCamel" */ public function testPropertyCapitalCamel() { $this->markTestIncomplete( 'Test of "capitalCamel" property in "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "smallSnake" */ public function testPropertySmallSnake() { $this->markTestIncomplete( 'Test of "smallSnake" property in "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "capitalSnake" */ public function testPropertyCapitalSnake() { $this->markTestIncomplete( 'Test of "capitalSnake" property in "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "sCAETHFlowPoints" */ public function testPropertySCAETHFlowPoints() { $this->markTestIncomplete( 'Test of "sCAETHFlowPoints" property in "Capitalization" model has not been implemented yet.' ); } /** * Test attribute "aTTNAME" */ public function testPropertyATTNAME() { $this->markTestIncomplete( 'Test of "aTTNAME" property in "Capitalization" model has not been implemented yet.' ); } /** * Test getOpenApiSchema static method * @covers ::getOpenApiSchema */ public function testGetOpenApiSchema() { $schemaObject = Capitalization::getOpenApiSchema(); $schemaArr = Capitalization::getOpenApiSchema(true); $this->assertIsObject($schemaObject); $this->assertIsArray($schemaArr); } }