You are here

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

The internal name of the standard product type for testing.

Use the pre-existing 'default' product type. This is a short-cut.

Type: string

File

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

Class

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

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $productTypeName = 'test_product';