function PathAliasDeleteByPathTest::testSummary

Tests the summary.

@covers ::summary

File

tests/src/Unit/Integration/RulesAction/PathAliasDeleteByPathTest.php, line 49

Class

PathAliasDeleteByPathTest
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\PathAliasDeleteByPath @group RulesAction

Namespace

Drupal\Tests\rules\Unit\Integration\RulesAction

Code

public function testSummary() {
    $this->assertEquals('Delete all aliases for a path', $this->action
        ->summary());
}