public function TaxonomyImportTest::setUp in YAML Content 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ TaxonomyImportTest.php, line 50
Class
- TaxonomyImportTest
- Tests general Node creation functionality.
Namespace
Drupal\Tests\yaml_content\FunctionalCode
public function setUp() {
parent::setUp();
// Prepare the content loader.
$this->contentLoader = \Drupal::service('yaml_content.content_loader');
// Look for content files in the tests directory.
$this->contentLoader
->setContentPath(drupal_get_path('module', 'yaml_content') . '/tests');
}