assertSame('\\' . InlineObject1::class, $namespacedClassname); $this->assertTrue( class_exists($namespacedClassname), sprintf('Assertion failed that "%s" class exists', $namespacedClassname) ); $this->markTestIncomplete( 'Test of "InlineObject1" model has not been implemented yet.' ); } /** * Test attribute "additionalMetadata" */ public function testPropertyAdditionalMetadata() { $this->markTestIncomplete( 'Test of "additionalMetadata" property in "InlineObject1" model has not been implemented yet.' ); } /** * Test attribute "file" */ public function testPropertyFile() { $this->markTestIncomplete( 'Test of "file" property in "InlineObject1" model has not been implemented yet.' ); } /** * Test getOpenApiSchema static method * @covers ::getOpenApiSchema */ public function testGetOpenApiSchema() { $schemaArr = InlineObject1::getOpenApiSchema(); $this->assertIsArray($schemaArr); } }