protected property SchedulerSetupTrait::$typeName in Scheduler 2.x
Same name and namespace in other branches
- 8 tests/src/Traits/SchedulerSetupTrait.php \Drupal\Tests\scheduler\Traits\SchedulerSetupTrait::typeName
The readable name of the standard content type created for testing.
Type: string
File
- tests/
src/ Traits/ SchedulerSetupTrait.php, line 56
Class
- SchedulerSetupTrait
- Generic setup for all Scheduler tests.
Namespace
Drupal\Tests\scheduler\TraitsCode
protected $typeName = 'Test Page';