You are here

protected static property VocabularyTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/modules/jsonapi/tests/src/Functional/VocabularyTest.php \Drupal\Tests\jsonapi\Functional\VocabularyTest::modules
  2. 10 core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Kernel\Plugin\migrate\source\d6\VocabularyTest::modules
  3. 10 core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Kernel\Plugin\migrate\source\d7\VocabularyTest::modules
Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Functional/VocabularyTest.php \Drupal\Tests\jsonapi\Functional\VocabularyTest::modules
  2. 9 core/modules/jsonapi/tests/src/Functional/VocabularyTest.php \Drupal\Tests\jsonapi\Functional\VocabularyTest::modules

File

core/modules/jsonapi/tests/src/Functional/VocabularyTest.php, line 18

Class

VocabularyTest
JSON:API integration test for the "vocabulary" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $modules = [
  'taxonomy',
];