public function UserProtectionBaseUnitTest::testDescription in User protect 8
@covers ::description
File
- tests/
src/ Unit/ Plugin/ UserProtection/ UserProtectionBaseUnitTest.php, line 72
Class
- UserProtectionBaseUnitTest
- @coversDefaultClass \Drupal\userprotect\Plugin\UserProtection\UserProtectionBase @group userprotect
Namespace
Drupal\Tests\userprotect\Unit\Plugin\UserProtectionCode
public function testDescription() {
$this
->assertSame('This is a dummy plugin definition.', $this->plugin
->description());
}