protected function DrupalGetProfileLegacyTest::setUp in Drupal 8
Overrides UnitTestCase::setUp
File
- core/
tests/ Drupal/ Tests/ Core/ Bootstrap/ DrupalGetProfileLegacyTest.php, line 29
Class
Namespace
Drupal\Tests\Core\BootstrapCode
protected function setUp() {
parent::setUp();
include $this->root . '/core/includes/bootstrap.inc';
}