public function ExistenceCheckingTest::testCreateEntityLoadsMatchingEntityWhenFound in YAML Content 8
Confirm `createEntity()` does not create a new entity if a match is found.
@covers ::createEntity
File
- tests/
src/ Unit/ ContentLoader/ ExistenceCheckingTest.php, line 251
Class
- ExistenceCheckingTest
- Test the existence checking functionality of the ContentLoader class.
Namespace
Drupal\Tests\yaml_content\Unit\ContentLoaderCode
public function testCreateEntityLoadsMatchingEntityWhenFound() {
$this
->markTestIncomplete();
}