thrownewInvalidPluginDefinitionException($entity_type_id,sprintf('The "%s" form handler of the "%s" entity type specifies a class "%s" that does not extend "%s".',$operation,$entity_type_id,$class,EntityFormInterface::class));
$this->expectExceptionMessage('The "default" form handler of the "donkey" entity type specifies a class "Drupal\Tests\Core\Entity\TestNotAnEntityForm" that does not extend "Drupal\Core\Entity\EntityFormInterface".');