RestResourceConfigTest::$modules

Same name in this branch
  1. 11.x core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
Same name in other branches
  1. 9 core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
  2. 9 core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php \Drupal\Tests\rest\Kernel\Entity\RestResourceConfigTest::modules
  3. 9 core/modules/hal/tests/src/Kernel/rest/Entity/RestResourceConfigTest.php \Drupal\Tests\hal\Kernel\rest\Entity\RestResourceConfigTest::modules
  4. 8.9.x core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
  5. 8.9.x core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php \Drupal\Tests\rest\Kernel\Entity\RestResourceConfigTest::modules
  6. 10 core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
  7. 10 core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php \Drupal\Tests\rest\Kernel\Entity\RestResourceConfigTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php, line 21

Class

RestResourceConfigTest
@coversDefaultClass \Drupal\rest\Entity\RestResourceConfig

Namespace

Drupal\Tests\rest\Kernel\Entity

Code

protected static $modules = [
    'rest',
    'entity_test',
    'serialization',
    'basic_auth',
    'user',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.