protected function DynamicDepthCalculationTest::setUp in Taxonomy Term Depth 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/DynamicDepthCalculationTest.php \Drupal\Tests\taxonomy_term_depth\Functional\DynamicDepthCalculationTest::setUp()
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ DynamicDepthCalculationTest.php, line 31
Class
- DynamicDepthCalculationTest
- Getting calculating dynamically the depth of the term.
Namespace
Drupal\Tests\taxonomy_term_depth\FunctionalCode
protected function setUp() {
parent::setUp();
}