You are here

public function ExistenceCheckingTest::testCreateEntityDoesNotChangeExistingEntities in YAML Content 8

Confirm `createEntity()` does not change an existing entity if loaded.

File

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

Class

ExistenceCheckingTest
Test the existence checking functionality of the ContentLoader class.

Namespace

Drupal\Tests\yaml_content\Unit\ContentLoader

Code

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