protected function LocalTaskTest::setUp in CRM Core 8.3
Overrides KernelTestBase::setUp
File
- modules/
crm_core_contact/ tests/ src/ Kernel/ LocalTaskTest.php, line 31
Class
- LocalTaskTest
- Tests the local task provider.
Namespace
Drupal\Tests\crm_core_contact\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('crm_core_individual');
$this
->installEntitySchema('user');
}