You are here

24 calls to SchedulerSetupTrait::createEntity() in Scheduler 2.x

SchedulerDeleteEntityTest::testDeleteEntityWhenSchedulingIsRequired in tests/src/Functional/SchedulerDeleteEntityTest.php
Tests the deletion of an entity when the scheduler dates are required.
SchedulerDeleteEntityTest::testDeleteEntityWithPastDates in tests/src/Functional/SchedulerDeleteEntityTest.php
Tests the deletion of scheduled entities.
SchedulerDrushTest::testDrushCronPublishing in tests/src/Functional/SchedulerDrushTest.php
Tests scheduled publishing and unpublishing of entities via Drush.
SchedulerEntityAccessTest::testEntityAccess in tests/src/Functional/SchedulerEntityAccessTest.php
Tests Scheduler cron functionality when access to the entity is denied.
SchedulerEventsTest::testSchedulerEvents in tests/src/Functional/SchedulerEventsTest.php
Tests six scheduler events for entity types other than node.
SchedulerFieldsDisplayTest::testVerticalTabOrFieldset in tests/src/Functional/SchedulerFieldsDisplayTest.php
Tests date input is displayed as vertical tab or an expandable fieldset.
SchedulerHooksTest::createUnapprovedEntity in tests/src/Functional/SchedulerHooksTest.php
Creates a new entity that is not approved.
SchedulerHooksTest::testHideDateField in tests/src/Functional/SchedulerHooksTest.php
Tests the hooks which allow hiding of scheduler input fields.
SchedulerHooksTest::testList in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_list() and hook_scheduler_{type}_list()
SchedulerHooksTest::testListAlter in tests/src/Functional/SchedulerHooksTest.php
Covers hook_scheduler_list_alter() and hook_scheduler_{type}_list_alter()
SchedulerHooksTest::testPublishUnpublishProcess in tests/src/Functional/SchedulerHooksTest.php
Tests when other modules execute the 'publish' and 'unpublish' processes.
SchedulerMetaInformationTest::testMetaInformation in tests/src/Functional/SchedulerMetaInformationTest.php
Tests meta-information on scheduled entities.
SchedulerNonEnabledTypeTest::testNonEnabledType in tests/src/Functional/SchedulerNonEnabledTypeTest.php
Tests the publish_enable and unpublish_enable entity type settings.
SchedulerPastDatesTest::testSchedulerPastDates in tests/src/Functional/SchedulerPastDatesTest.php
Test the different options for past publication dates.
SchedulerPermissionsTest::testUserPermissionsEdit in tests/src/Functional/SchedulerPermissionsTest.php
Tests that users without permission can edit existing scheduled content.
SchedulerRevisioningTest::testAlterCreationDate in tests/src/Functional/SchedulerRevisioningTest.php
Tests the 'touch' option to alter the created date during publishing.
SchedulerRevisioningTest::testNewRevision in tests/src/Functional/SchedulerRevisioningTest.php
Tests the creation of new revisions on scheduling.
SchedulerRulesActionsTest::testPublishOnActions in tests/src/Functional/SchedulerRulesActionsTest.php
Tests the actions which set and remove the 'Publish On' date.
SchedulerRulesActionsTest::testUnpublishOnActions in tests/src/Functional/SchedulerRulesActionsTest.php
Tests the actions which set and remove the 'Unpublish On' date.
SchedulerRulesConditionsTest::testEntityIsScheduledConditions in tests/src/Functional/SchedulerRulesConditionsTest.php
Tests the conditions for whether an entity is scheduled.
SchedulerRulesConditionsTest::testEntityTypeEnabledConditions in tests/src/Functional/SchedulerRulesConditionsTest.php
Tests the conditions for whether an entity type is enabled for Scheduler.
SchedulerTokenReplaceTest::testSchedulerTokenReplacement in tests/src/Functional/SchedulerTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
SchedulerValidationTest::testValidationDuringEdit in tests/src/Functional/SchedulerValidationTest.php
Tests the validation when editing a node.
SchedulerViewsAccessTest::createScheduledItems in tests/src/Functional/SchedulerViewsAccessTest.php
Create users and scheduled content for the entity type being tested.