You are here

protected property TestTrait::$stuff in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Traits/TestTrait.php \Drupal\Tests\system\Traits\TestTrait::stuff
  2. 10 core/modules/system/tests/src/Traits/TestTrait.php \Drupal\Tests\system\Traits\TestTrait::stuff

Random string for a not very interesting trait.

Type: string

File

core/modules/system/tests/src/Traits/TestTrait.php, line 20

Class

TestTrait
A nothing trait, but declared in the Drupal\Tests namespace.

Namespace

Drupal\Tests\system\Traits

Code

protected $stuff = 'stuff';