public function EntityLoadHelperTest::testEntityTypeManagerIsLazyLoaded in YAML Content 8
Test the entity type manager is lazy loaded upon request.
@covers ::getEntityTypeManager
File
- tests/
src/ Unit/ EntityLoadHelper/ EntityLoadHelperTest.php, line 58
Class
- EntityLoadHelperTest
- Test functionality of the EntityLoadHelper class.
Namespace
Drupal\Tests\yaml_content\Unit\EntityLoadHelperCode
public function testEntityTypeManagerIsLazyLoaded() {
$this
->markTestIncomplete('This test has not been implemented yet.');
}