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.
* Update tests folder I forgot to update tests folder in latest PR. Fixing my mistake. * Implement part generation
* Rename test folder to tests * Put index.php and .htaccess into public * Refresh samples