protected function UserProtectKernelTestBase::setUp in User protect 8
Overrides EntityKernelTestBase::setUp
2 calls to UserProtectKernelTestBase::setUp()
- FieldAccessTest::setUp in tests/src/ Kernel/ FieldAccessTest.php 
- ProtectionRuleBypassTest::setUp in tests/src/ Kernel/ ProtectionRuleBypassTest.php 
2 methods override UserProtectKernelTestBase::setUp()
- FieldAccessTest::setUp in tests/src/ Kernel/ FieldAccessTest.php 
- ProtectionRuleBypassTest::setUp in tests/src/ Kernel/ ProtectionRuleBypassTest.php 
File
- tests/src/ Kernel/ UserProtectKernelTestBase.php, line 23 
Class
- UserProtectKernelTestBase
- Provides a base class for User Protect kernel tests.
Namespace
Drupal\Tests\userprotect\KernelCode
protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('user', [
    'users_data',
  ]);
}