You are here

protected property TestSetupTrait::$originalSite in Drupal 8

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

The site directory of the original parent site.

Type: string

File

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

Class

TestSetupTrait
Provides a trait for shared test setup functionality.

Namespace

Drupal\Core\Test

Code

protected $originalSite;