File

core/modules/taxonomy/tests/src/Kernel/LoadMultipleTest.php, line 34

Class

LoadMultipleTest
Tests the loading of multiple taxonomy terms at once.

Namespace

Drupal\Tests\taxonomy\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installEntitySchema('taxonomy_term');
}