function FixturesBase::allFixturesDir
Gets the path to the project fixtures.
Return value
string Path to project fixtures
3 calls to FixturesBase::allFixturesDir()
- FixturesBase::binFixtureDir in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ FixturesBase.php - Gets the path to one particular bin path.
- FixturesBase::cloneFixtureProjects in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ FixturesBase.php - Creates a temporary copy of all of the fixtures projects into a temp dir.
- FixturesBase::projectFixtureDir in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ FixturesBase.php - Gets the path to one particular project fixture.
2 methods override FixturesBase::allFixturesDir()
- Fixtures::allFixturesDir in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Fixtures.php - Gets the path to the project fixtures.
- Fixtures::allFixturesDir in core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Unpack/ Fixtures.php - Gets the path to the project fixtures.
File
-
core/
tests/ Drupal/ Tests/ Composer/ Plugin/ FixturesBase.php, line 103
Class
- FixturesBase
- Base class for fixtures to test composer plugins.
Namespace
Drupal\Tests\Composer\PluginCode
public abstract function allFixturesDir() : string;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.