You are here

public function UserProtectionBaseUnitTest::testLabel in User protect 8

@covers ::label

File

tests/src/Unit/Plugin/UserProtection/UserProtectionBaseUnitTest.php, line 65

Class

UserProtectionBaseUnitTest
@coversDefaultClass \Drupal\userprotect\Plugin\UserProtection\UserProtectionBase @group userprotect

Namespace

Drupal\Tests\userprotect\Unit\Plugin\UserProtection

Code

public function testLabel() {
  $this
    ->assertSame('Dummy', $this->plugin
    ->label());
}