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