public function TestBase::getTempFilesDirectory in SimpleTest 8.3
Gets the temporary files directory.
Return value
string The temporary files directory.
1 call to TestBase::getTempFilesDirectory()
- WebTestBaseInstallTest::testInstall in src/
Tests/ WebTestBaseInstallTest.php - Tests the Drupal install done in \Drupal\simpletest\WebTestBase::setUp().
File
- src/
TestBase.php, line 1415
Class
- TestBase
- Base class for Drupal tests.
Namespace
Drupal\simpletestCode
public function getTempFilesDirectory() {
return $this->tempFilesDirectory;
}