private property BuildTestBase::$workspaceDir in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::workspaceDir
The working directory where this test will manipulate files.
Use getWorkspaceDirectory() to access this information.
Type: string
See also
File
- core/
tests/ Drupal/ BuildTests/ Framework/ BuildTestBase.php, line 67
Class
- BuildTestBase
- Provides a workspace to test build processes.
Namespace
Drupal\BuildTests\FrameworkCode
private $workspaceDir;