You are here

public function NodePromoteTest::testSummary in Rules 8.3

Tests the summary.

@covers ::summary

File

tests/src/Unit/Integration/RulesAction/NodePromoteTest.php, line 35

Class

NodePromoteTest
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\NodePromote @group RulesAction

Namespace

Drupal\Tests\rules\Unit\Integration\RulesAction

Code

public function testSummary() {
  $this
    ->assertEquals('Promote selected content to front page', $this->action
    ->summary());
}