You are here

protected property EditorConfigEntityUnitTest::$entityManager in Zircon Profile 8

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

The entity manager used for testing.

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

File

core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php, line 32
Contains \Drupal\Tests\editor\Unit\EditorConfigEntityUnitTest.

Class

EditorConfigEntityUnitTest
@coversDefaultClass \Drupal\editor\Entity\Editor @group editor

Namespace

Drupal\Tests\editor\Unit

Code

protected $entityManager;