protected function ComponentDiscoveryTest::setUp in Lightning Core 8.4
Same name and namespace in other branches
- 8.5 tests/src/Kernel/ComponentDiscoveryTest.php \Drupal\Tests\lightning_core\Kernel\ComponentDiscoveryTest::setUp()
- 8.3 tests/src/Kernel/ComponentDiscoveryTest.php \Drupal\Tests\lightning_core\Kernel\ComponentDiscoveryTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ ComponentDiscoveryTest.php, line 27
Class
- ComponentDiscoveryTest
- @group lightning @group lightning_core
Namespace
Drupal\Tests\lightning_core\KernelCode
protected function setUp() {
parent::setUp();
$this->discovery = new ComponentDiscovery($this->container
->get('app.root'));
}