You are here

namespace Drupal\Tests\uc_role\Unit\Integration\Event in Ubercart 8.4

Classsort descending Location Description
NotifyGrantEventTest uc_role/tests/src/Unit/Integration/Event/NotifyGrantEventTest.php Checks that the event "uc_role_notify_grant" is correctly defined.
NotifyReminderEventTest uc_role/tests/src/Unit/Integration/Event/NotifyReminderEventTest.php Checks that the event "uc_role_notify_reminder" is correctly defined.
NotifyRenewEventTest uc_role/tests/src/Unit/Integration/Event/NotifyRenewEventTest.php Checks that the event "uc_role_notify_renew" is correctly defined.
NotifyRevokeEventTest uc_role/tests/src/Unit/Integration/Event/NotifyRevokeEventTest.php Checks that the event "uc_role_notify_revoke" is correctly defined.
RoleEventTestBase uc_role/tests/src/Unit/Integration/Event/RoleEventTestBase.php Base class containing common code for uc_role event tests.