17 calls to RulesKernelTestBase::assertRulesDebugLogEntryExists()

ConfigEntityTest::testConfigAction in tests/src/Kernel/ConfigEntityTest.php
Tests saving the configuration of an action and then loading it again.
ConfigEntityTest::testConfigRule in tests/src/Kernel/ConfigEntityTest.php
Tests saving the nested config of a rule and then loading it again.
ConfigurableEventHandlerTest::testConfigurableEventHandler in tests/src/Kernel/ConfigurableEventHandlerTest.php
Tests ConfigurableEventHandlerEntityBundle.
CoreIntegrationTest::testEntityPropertyPath in tests/src/Kernel/CoreIntegrationTest.php
Tests that a complex data selector can be applied to entities.
EventIntegrationTest::testBundleQualifiedEvents in tests/src/Kernel/EventIntegrationTest.php
Tests that entity events are fired for the correct bundle.
EventIntegrationTest::testCronEvent in tests/src/Kernel/EventIntegrationTest.php
Test that the cron hook triggers the Rules event listener.
EventIntegrationTest::testEntityOriginal in tests/src/Kernel/EventIntegrationTest.php
Tests that the entity presave/update events work with original entities.
EventIntegrationTest::testInitEvent in tests/src/Kernel/EventIntegrationTest.php
Test that Drupal initializing triggers the Rules debug logger listener.
EventIntegrationTest::testMultipleEvents in tests/src/Kernel/EventIntegrationTest.php
Test that rules config supports multiple events.
EventIntegrationTest::testSystemLoggerEvent in tests/src/Kernel/EventIntegrationTest.php
Test that a Logger message triggers the Rules debug logger listener.
EventIntegrationTest::testTerminateEvent in tests/src/Kernel/EventIntegrationTest.php
Test that Drupal terminating triggers the Rules debug logger listener.
EventIntegrationTest::testUserLoginEvent in tests/src/Kernel/EventIntegrationTest.php
Test that the user login hook triggers the Rules event listener.
EventIntegrationTest::testUserLogoutEvent in tests/src/Kernel/EventIntegrationTest.php
Test that the user logout hook triggers the Rules event listener.
EventPropertyAccessTest::testEventProperties in tests/src/Kernel/EventPropertyAccessTest.php
Tests that all event properties may be accessed.
RulesEngineTest::testContextPassing in tests/src/Kernel/RulesEngineTest.php
Tests passing a string context to a condition.
RulesEngineTest::testProvidedVariables in tests/src/Kernel/RulesEngineTest.php
Tests that a condition can provide a value and another one can consume it.
RulesEngineTest::testRuleCreation in tests/src/Kernel/RulesEngineTest.php
Tests creating a rule and iterating over the rule elements.