You are here

public function EntityLoadHelperTest::testEntityFieldManagerIsLazyLoaded in YAML Content 8

Test the entity field manager is lazy loaded upon request.

@covers ::getEntityFieldManager

File

tests/src/Unit/EntityLoadHelper/EntityLoadHelperTest.php, line 67

Class

EntityLoadHelperTest
Test functionality of the EntityLoadHelper class.

Namespace

Drupal\Tests\yaml_content\Unit\EntityLoadHelper

Code

public function testEntityFieldManagerIsLazyLoaded() {
  $this
    ->markTestIncomplete('This test has not been implemented yet.');
}