EventPropertyAccessTest::$modules

Type: modules

Overrides RulesKernelTestBase::$modules

File

tests/src/Kernel/EventPropertyAccessTest.php, line 28

Class

EventPropertyAccessTest
Tests that Rules can use and access the properties of any Events.

Namespace

Drupal\Tests\rules\Kernel

Code

protected static $modules = [
    'rules_test_event',
];