namespace Drupal\Tests\rules\Kernel

Object name File name Summary
ConfigEntityDefaultsTest tests/src/Kernel/ConfigEntityDefaultsTest.php Tests default config.
ConfigEntityTest tests/src/Kernel/ConfigEntityTest.php Tests storage and loading of Rules config entities.
ConfigSchemaTest tests/src/Kernel/ConfigSchemaTest.php Tests that action specific config schema works.
ConfigurableEventHandlerTest tests/src/Kernel/ConfigurableEventHandlerTest.php Tests events with qualified name.
ContextIntegrationTest tests/src/Kernel/ContextIntegrationTest.php Tests the extended core context API with Rules.
CoreIntegrationTest tests/src/Kernel/CoreIntegrationTest.php Test using Drupal core integration of Rules API.
DataProcessorTest tests/src/Kernel/DataProcessorTest.php Test the data processor plugins during Rules evaluation.
EntityViewTest tests/src/Kernel/EntityViewTest.php Tests that rules_entity_view() does not throw fatal errors.
EventIntegrationTest tests/src/Kernel/EventIntegrationTest.php Test for the Symfony event mapping to Rules events.
EventPropertyAccessTest tests/src/Kernel/EventPropertyAccessTest.php Tests that Rules can use and access the properties of any Events.
RedirectEventSubscriberTest tests/src/Kernel/RedirectEventSubscriberTest.php Tests rules redirect action event subscriber.
RulesEmailTest tests/src/Kernel/RulesEmailTest.php Tests that emails actually go out with the send email action.
RulesEngineTest tests/src/Kernel/RulesEngineTest.php Test using the Rules API to create and evaluate rules.
RulesKernelTestBase tests/src/Kernel/RulesKernelTestBase.php Base class for Rules Drupal unit tests.
RulesUiEmbedTest tests/src/Kernel/RulesUiEmbedTest.php Tests embedding the Rules UI.
TokenIntegrationTest tests/src/Kernel/TokenIntegrationTest.php Test using the Rules API with the placeholder token replacement system.