protected function LoopTest::setUp in Rules 8.3
Overrides RulesEntityIntegrationTestBase::setUp
File
- tests/
src/ Unit/ Integration/ Engine/ LoopTest.php, line 24
Class
- LoopTest
- Test Rules execution with the loop plugin.
Namespace
Drupal\Tests\rules\Unit\Integration\EngineCode
protected function setUp() : void {
parent::setUp();
$this
->enableModule('node');
}