function EventPropertyAccessTest::setUp
Overrides RulesKernelTestBase::setUp
File
-
tests/
src/ Kernel/ EventPropertyAccessTest.php, line 35
Class
- EventPropertyAccessTest
- Tests that Rules can use and access the properties of any Events.
Namespace
Drupal\Tests\rules\KernelCode
protected function setUp() : void {
parent::setUp();
$this->storage = $this->container
->get('entity_type.manager')
->getStorage('rules_reaction_rule');
}