18 calls to SchedulerSetupTrait::entityAddUrl() in Scheduler 2.x
- SchedulerDefaultTimeTest::testDefaultTime in tests/
src/ Functional/ SchedulerDefaultTimeTest.php - Test the default time functionality during content creation and edit.
- SchedulerDefaultTimeTest::testDefaultWithHiddenTime in tests/
src/ Functional/ SchedulerDefaultTimeTest.php - Test that the default times are set if the form time elements are hidden.
- SchedulerFieldsDisplayTest::testDisabledFields in tests/
src/ Functional/ SchedulerFieldsDisplayTest.php - Tests the edit form when scheduler fields have been disabled.
- SchedulerFieldsDisplayTest::testHideSeconds in tests/
src/ Functional/ SchedulerFieldsDisplayTest.php - Test the option to hide the seconds on the time input fields.
- SchedulerFieldsDisplayTest::testVerticalTabOrFieldset in tests/
src/ Functional/ SchedulerFieldsDisplayTest.php - Tests date input is displayed as vertical tab or an expandable fieldset.
- SchedulerHooksTest::testPublishingAllowed in tests/
src/ Functional/ SchedulerHooksTest.php - Covers hook_scheduler_{type}_publishing_allowed()
- SchedulerHooksTest::testUnpublishingAllowed in tests/
src/ Functional/ SchedulerHooksTest.php - Covers hook_scheduler_{type}_unpublishing_allowed()
- SchedulerJavascriptDefaultTimeTest::testTimeWhenSchedulingIsRequired in tests/
src/ FunctionalJavascript/ SchedulerJavascriptDefaultTimeTest.php - Test the default time functionality when scheduling dates are required.
- SchedulerMessageTest::testConfirmationMessage in tests/
src/ Functional/ SchedulerMessageTest.php - Tests the option to display or not display the confirmation message.
- 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::testUserPermissionsAdd in tests/
src/ Functional/ SchedulerPermissionsTest.php - Tests that users without permission do not see the scheduler date fields.
- 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.
- SchedulerRulesEventsTest::testRulesEventsBoth in tests/
src/ Functional/ SchedulerRulesEventsTest.php - Tests all six events related to publishing and unpublishing an entity.
- SchedulerRulesEventsTest::testRulesEventsNone in tests/
src/ Functional/ SchedulerRulesEventsTest.php - Tests that no events are triggered when there are no scheduling dates.
- SchedulerRulesEventsTest::testRulesEventsPublish in tests/
src/ Functional/ SchedulerRulesEventsTest.php - Tests the three events related to publishing an entity.
- SchedulerRulesEventsTest::testRulesEventsUnpublish in tests/
src/ Functional/ SchedulerRulesEventsTest.php - Tests the three events related to unpublishing an entity.