You are here

protected property OnlyOneTest::$entityTypeManager in Allow a content type only once (Only One) 8

A entity type manager instance.

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

File

tests/src/Unit/OnlyOneTest.php, line 28

Class

OnlyOneTest
Tests the OnlyOne class methods.

Namespace

Drupal\Tests\onlyone\Unit

Code

protected $entityTypeManager;