public function PathAliasDeleteByPathTest::testSummary in Rules 8.3
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\RulesActionCode
public function testSummary() {
$this
->assertEquals('Delete all aliases for a path', $this->action
->summary());
}