TestFileCreationTrait::$generatedTestFiles

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/TestFileCreationTrait.php \Drupal\Tests\TestFileCreationTrait::generatedTestFiles
  2. 10 core/tests/Drupal/Tests/TestFileCreationTrait.php \Drupal\Tests\TestFileCreationTrait::generatedTestFiles
  3. 11.x 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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.