public function ContentLoaderTest::testParseContent in YAML Content 8
Test general behavior of the parseContent() method.
@covers ::parseContent
@todo Test if $contentPath is not set @todo Handle parse failure @todo Test no array at top level of content @todo Confirm array structure loaded
File
- tests/
src/ Unit/ ContentLoader/ ContentLoaderTest.php, line 40
Class
- ContentLoaderTest
- Test generic functionality of the ContentLoader class.
Namespace
Drupal\Tests\yaml_content\Unit\ContentLoaderCode
public function testParseContent() {
$this
->markTestIncomplete();
}