function BuildTestBase::getDrupalRoot

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getDrupalRoot()
  2. 10 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::getDrupalRoot()
  3. 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.

... See full list

File

core/tests/Drupal/BuildTests/Framework/BuildTestBase.php, line 604

Class

BuildTestBase
Provides a workspace to test build processes.

Namespace

Drupal\BuildTests\Framework

Code

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.