You are here

protected property TestFileCreationTrait::$generatedTestFiles in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/TestFileCreationTrait.php \Drupal\Tests\TestFileCreationTrait::generatedTestFiles
  2. 10 core/tests/Drupal/Tests/TestFileCreationTrait.php \Drupal\Tests\TestFileCreationTrait::generatedTestFiles

Whether the files were copied to the test files directory.

Type: bool

File

core/tests/Drupal/Tests/TestFileCreationTrait.php, line 19

Class

TestFileCreationTrait
Provides methods to create test files from given values.

Namespace

Drupal\Tests

Code

protected $generatedTestFiles = FALSE;