You are here

public function TestBase::getTempFilesDirectory in Drupal 8

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\simpletest

Code

public function getTempFilesDirectory() {
  return $this->tempFilesDirectory;
}