function TestBase::getTempFilesDirectory
Gets the temporary files directory.
Return value
string The temporary files directory.
1 call to TestBase::getTempFilesDirectory()
- WebTestBaseInstallTest::testInstall in core/
modules/ simpletest/ src/ Tests/ WebTestBaseInstallTest.php - Tests the Drupal install done in \Drupal\simpletest\WebTestBase::setUp().
File
-
core/
modules/ simpletest/ src/ TestBase.php, line 1415
Class
- TestBase
- Base class for Drupal tests.
Namespace
Drupal\simpletestCode
public function getTempFilesDirectory() {
return $this->tempFilesDirectory;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.