You are here

protected property BlockConfigEntityUnitTest::$entityType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php \Drupal\Tests\block\Unit\BlockConfigEntityUnitTest::entityType
  2. 10 core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php \Drupal\Tests\block\Unit\BlockConfigEntityUnitTest::entityType

The entity type used for testing.

Type: \Drupal\Core\Entity\EntityTypeInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php, line 23

Class

BlockConfigEntityUnitTest
@coversDefaultClass \Drupal\block\Entity\Block @group block

Namespace

Drupal\Tests\block\Unit

Code

protected $entityType;