function BrowserTestBase::setUpAppRoot
Same name in other branches
- 9 core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::setUpAppRoot()
- 11.x core/tests/Drupal/Tests/BrowserTestBase.php \Drupal\Tests\BrowserTestBase::setUpAppRoot()
Sets up the root application path.
1 call to BrowserTestBase::setUpAppRoot()
- BrowserTestBase::setUp in core/
tests/ Drupal/ Tests/ BrowserTestBase.php
File
-
core/
tests/ Drupal/ Tests/ BrowserTestBase.php, line 398
Class
- BrowserTestBase
- Provides a test case for functional Drupal tests.
Namespace
Drupal\TestsCode
protected function setUpAppRoot() : void {
if ($this->root === NULL) {
$this->root = dirname(substr(__DIR__, 0, -strlen(__NAMESPACE__)), 2);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.