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\UserProtectionCode
public function testLabel() {
$this
->assertSame('Dummy', $this->plugin
->label());
}