You are here

public function ContentLoaderTest::testLoadContent in YAML Content 8

Test the entry point content loading behavior.

@covers ::loadContent

File

tests/src/Unit/ContentLoader/ContentLoaderTest.php, line 92

Class

ContentLoaderTest
Test generic functionality of the ContentLoader class.

Namespace

Drupal\Tests\yaml_content\Unit\ContentLoader

Code

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