You are here

protected property BookManagerTest::$entityManager in Zircon Profile 8

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

The mocked entity manager.

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

File

core/modules/book/tests/src/Unit/BookManagerTest.php, line 24
Contains \Drupal\Tests\book\Unit\BookManagerTest.

Class

BookManagerTest
@coversDefaultClass \Drupal\book\BookManager @group book

Namespace

Drupal\Tests\book\Unit

Code

protected $entityManager;