You are here

protected property TestSetupTrait::$privateFilesDirectory in Drupal 10

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

The private file directory for the test environment.

Type: string

See also

\Drupal\Tests\BrowserTestBase::prepareEnvironment()

File

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

Class

TestSetupTrait
Provides a trait for shared test setup functionality.

Namespace

Drupal\Core\Test

Code

protected $privateFilesDirectory;