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\ContentLoaderCode
public function testCreateEntityDoesNotChangeExistingEntities() {
  $this
    ->markTestIncomplete();
}