You are here

protected function ActionSetExpressionTest::setUp in Rules 8.3

Overrides RulesUnitTestBase::setUp

File

tests/src/Unit/ActionSetExpressionTest.php, line 27

Class

ActionSetExpressionTest
@coversDefaultClass \Drupal\rules\Plugin\RulesExpression\ActionSetExpression @group Rules

Namespace

Drupal\Tests\rules\Unit

Code

protected function setUp() : void {
  parent::setUp();

  // TestActionSetExpression is defined below.
  $this->actionSet = new TestActionSetExpression([], '', [], $this->expressionManager
    ->reveal(), $this->rulesDebugLogger
    ->reveal());
}