protected function InstallProfileTest::setUp in Helper 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ InstallProfileTest.php, line 35
Class
- InstallProfileTest
- Tests the install profile helper.
Namespace
Drupal\Tests\helper\KernelCode
protected function setUp() {
parent::setUp();
$this->installProfile = $this->container
->get('helper.install_profile');
$this
->setInstallProfile('testing');
}