You are here

protected property BlockConfigEntityUnitTest::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php \Drupal\Tests\block\Unit\BlockConfigEntityUnitTest::entityManager

The entity manager used for testing.

Type: \Drupal\Core\Entity\EntityManagerInterface|\PHPUnit_Framework_MockObject_MockObject

File

core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php, line 32
Contains \Drupal\Tests\block\Unit\BlockConfigEntityUnitTest.

Class

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

Namespace

Drupal\Tests\block\Unit

Code

protected $entityManager;