public function testIsModeratedEntityFormWithNonContentEntityForm()
 {
     $form = $this->prophesize(EntityFormInterface::class);
     $moderation_information = new ModerationInformation($this->setupModerationEntityManager(TRUE), $this->getUser());
     $this->assertFalse($moderation_information->isModeratedEntityForm($form->reveal()));
 }