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