function Fixtures::allFixturesDir
Gets the path to the project fixtures.
Return value
string Path to project fixtures
Overrides FixturesBase::allFixturesDir
File
-
core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Fixtures.php, line 29
Class
- Fixtures
- Convenience class for creating fixtures.
Namespace
Drupal\Tests\Composer\Plugin\ScaffoldCode
public function allFixturesDir() : string {
return realpath(__DIR__ . '/fixtures');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.