mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-25 14:54:12 +00:00
f3ac4498df
It's reported by phpstan as `Dynamic call to static method PHPUnit\Framework\Assert::markTestIncomplete().`. The method is static, therefore it should not be called from instance context.