function BuildTestBase::getDrupalRoot
Same name in other branches
- 8.9.x core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getDrupalRoot()
- 10 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getDrupalRoot()
- 11.x core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getDrupalRoot()
Get the root path of this Drupal codebase.
Return value
string The full path to the root of this Drupal codebase.
9 calls to BuildTestBase::getDrupalRoot()
- BuildTestBase::copyCodebase in core/
tests/ Drupal/ BuildTests/ Framework/ BuildTestBase.php - Copy the current working codebase into a workspace.
- ComponentsIsolatedBuildTest::provideComponentPaths in core/
tests/ Drupal/ BuildTests/ Composer/ Component/ ComponentsIsolatedBuildTest.php - Provides an array with relative paths to the component paths.
- ComponentsIsolatedBuildTest::testComponentComposerJson in core/
tests/ Drupal/ BuildTests/ Composer/ Component/ ComponentsIsolatedBuildTest.php - Test whether components' composer.json can be installed in isolation.
- ComposerProjectTemplatesTest::getCoreStability in core/
tests/ Drupal/ BuildTests/ Composer/ Template/ ComposerProjectTemplatesTest.php - Returns the stability of the current core version.
- ComposerProjectTemplatesTest::makeVendorPackage in core/
tests/ Drupal/ BuildTests/ Composer/ Template/ ComposerProjectTemplatesTest.php - Creates a test package that points to all the projects in vendor.
File
-
core/
tests/ Drupal/ BuildTests/ Framework/ BuildTestBase.php, line 604
Class
- BuildTestBase
- Provides a workspace to test build processes.
Namespace
Drupal\BuildTests\FrameworkCode
protected function getDrupalRoot() {
return realpath(dirname(__DIR__, 5));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.