You are here

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\UserProtection

Code

public function testDescription() {
  $this
    ->assertSame('This is a dummy plugin definition.', $this->plugin
    ->description());
}