fix: #3614875 Use parent::create() in TestEntityMappingWebformHandler
This was the only handler using new static(...) directly instead of
parent::create(), which bypassed the standard container-based
construction path.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Closes #3614875