You are here

protected property SchedulerCommerceProductSetupTrait::$productTypeLabel in Scheduler 2.x

The readable label of the standard product type for testing.

Type: string

File

tests/src/Traits/SchedulerCommerceProductSetupTrait.php, line 24

Class

SchedulerCommerceProductSetupTrait
Additional setup trait for Scheduler tests that use Commerce Product.

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $productTypeLabel = 'Test Product';