public function UserProtectionBaseUnitTest::testDefaultConfiguration in User protect 8
@covers ::defaultConfiguration
File
- tests/
src/ Unit/ Plugin/ UserProtection/ UserProtectionBaseUnitTest.php, line 92
Class
- UserProtectionBaseUnitTest
- @coversDefaultClass \Drupal\userprotect\Plugin\UserProtection\UserProtectionBase @group userprotect
Namespace
Drupal\Tests\userprotect\Unit\Plugin\UserProtectionCode
public function testDefaultConfiguration() {
$this
->assertIsArray($this->plugin
->defaultConfiguration());
}