You are here

protected property EntityTest::$entityManager in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php \Drupal\Tests\views\Unit\Plugin\area\EntityTest::entityManager
  2. 8 core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php \Drupal\Tests\views\Unit\Plugin\argument_validator\EntityTest::entityManager
Same name and namespace in other branches
  1. 8.0 core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php \Drupal\Tests\views\Unit\Plugin\argument_validator\EntityTest::entityManager

The entity manager.

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

File

core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php, line 38
Contains \Drupal\Tests\views\Unit\Plugin\argument_validator\EntityTest.

Class

EntityTest
@coversDefaultClass \Drupal\views\Plugin\views\argument_validator\Entity @group views

Namespace

Drupal\Tests\views\Unit\Plugin\argument_validator

Code

protected $entityManager;