You are here

protected static property CommentTypeTest::$modules in Drupal 10

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

File

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

Class

CommentTypeTest
JSON:API integration test for the "CommentType" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $modules = [
  'node',
  'comment',
];