You are here

protected property FieldDefaultTokenNodeTest::$bundle in Field default token 8

The bundle of the entity type used in the test.

If this is left empty, the entity type ID will be used as a bundle.

Type: string

Overrides FieldDefaultTokenKernelTestBase::$bundle

File

tests/src/Kernel/FieldDefaultTokenNodeTest.php, line 23

Class

FieldDefaultTokenNodeTest
Tests that tokens in default values of node fields get replaced correctly.

Namespace

Drupal\Tests\field_default_token\Kernel

Code

protected $bundle = 'article';