public function ActiveEntityTest::setUp in Configuration selector 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/ActiveEntityTest.php \Drupal\Tests\config_selector\Kernel\ActiveEntityTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ ActiveEntityTest.php, line 36
Class
- ActiveEntityTest
- Tests the Active service.
Namespace
Drupal\Tests\config_selector\KernelCode
public function setUp() {
parent::setUp();
$this->testEntityStorage = $this->container
->get('entity_type.manager')
->getStorage('config_test');
}