You are here

protected property DrupalSqlBaseTest::$entityTypeManager in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php \Drupal\Tests\migrate_drupal\Unit\source\DrupalSqlBaseTest::entityTypeManager

Mock entity type manager.

Type: \PHPUnit\Framework\MockObject\MockObject

File

core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php, line 47

Class

DrupalSqlBaseTest
@coversDefaultClass \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase @group migrate_drupal

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected $entityTypeManager;