You are here

protected property TestSetupTrait::$tempFilesDirectory in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Test/TestSetupTrait.php \Drupal\Core\Test\TestSetupTrait::tempFilesDirectory

The temporary file directory for the test environment.

This value has to match the temporary directory created in install_base_system() for test installs.

Type: string

See also

\Drupal\simpletest\TestBase::prepareEnvironment()

\Drupal\Tests\BrowserTestBase::prepareEnvironment()

install_base_system()

File

core/lib/Drupal/Core/Test/TestSetupTrait.php, line 97

Class

TestSetupTrait
Provides a trait for shared test setup functionality.

Namespace

Drupal\Core\Test

Code

protected $tempFilesDirectory;