Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Aug 30, 2023
1 parent c8a393c commit 468e2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/Form/Processor/ContentTypeFormProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function testSubscribedEvents()
FormEvents::CONTENT_TYPE_ADD_FIELD_DEFINITION => 'processAddFieldDefinition',
FormEvents::CONTENT_TYPE_REMOVE_FIELD_DEFINITION => 'processRemoveFieldDefinition',
FormEvents::CONTENT_TYPE_PUBLISH => 'processPublishContentType',
FormEvents::CONTENT_TYPE_PUBLISH_AND_EDIT => 'processPublishAndEditContentType',
FormEvents::CONTENT_TYPE_REMOVE_DRAFT => 'processRemoveContentTypeDraft',
], ContentTypeFormProcessor::getSubscribedEvents());
}
Expand Down

0 comments on commit 468e2b3

Please sign in to comment.