protected function TaxonomyEntityIndexTestBase::setUp in Taxonomy Entity Index 8
Overrides TaxonomyTestBase::setUp
3 calls to TaxonomyEntityIndexTestBase::setUp()
- TaxonomyEntityIndexTermArgumentDepthTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexTermArgumentDepthTest.php - TaxonomyEntityIndexTermFilterDepthTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexTermFilterDepthTest.php - TaxonomyEntityIndexUuidArgumentTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexUuidArgumentTest.php
3 methods override TaxonomyEntityIndexTestBase::setUp()
- TaxonomyEntityIndexTermArgumentDepthTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexTermArgumentDepthTest.php - TaxonomyEntityIndexTermFilterDepthTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexTermFilterDepthTest.php - TaxonomyEntityIndexUuidArgumentTest::setUp in tests/
src/ Functional/ Views/ TaxonomyEntityIndexUuidArgumentTest.php
File
- tests/
src/ Functional/ Views/ TaxonomyEntityIndexTestBase.php, line 27
Class
- TaxonomyEntityIndexTestBase
- Base class for all taxonomy tests.
Namespace
Drupal\Tests\taxonomy_entity_index\Functional\ViewsCode
protected function setUp($import_test_views = TRUE) {
parent::setUp($import_test_views);
if ($import_test_views) {
ViewTestData::createTestViews(get_class($this), [
'taxonomy_entity_index_test_views',
]);
}
}