You are here

public function ExistenceCheckingTest::testCreateEntityCreatesNewEntityWhenMatchNotFound in YAML Content 8

Confirm `createEntity()` creates a new entity if a match is not found.

File

tests/src/Unit/ContentLoader/ExistenceCheckingTest.php, line 258

Class

ExistenceCheckingTest
Test the existence checking functionality of the ContentLoader class.

Namespace

Drupal\Tests\yaml_content\Unit\ContentLoader

Code

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