You are here

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\ContentLoader

Code

public function testCreateEntityLoadsMatchingEntityWhenFound() {
  $this
    ->markTestIncomplete();
}