You are here

protected function DrupalGetProfileLegacyTest::setUp in Drupal 8

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Bootstrap/DrupalGetProfileLegacyTest.php, line 29

Class

DrupalGetProfileLegacyTest
Tests drupal_get_profile().

Namespace

Drupal\Tests\Core\Bootstrap

Code

protected function setUp() {
  parent::setUp();
  include $this->root . '/core/includes/bootstrap.inc';
}