RestResourceConfigTest::$modules

Same name in this branch
  1. 8.9.x core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
Same name and namespace 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. 10 core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
  5. 10 core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php \Drupal\Tests\rest\Kernel\Entity\RestResourceConfigTest::modules
  6. 11.x core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php \Drupal\Tests\jsonapi\Functional\RestResourceConfigTest::modules
  7. 11.x 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 19

Class

RestResourceConfigTest
@coversDefaultClass <a href="/api/drupal/core%21modules%21rest%21src%21Entity%21RestResourceConfig.php/class/RestResourceConfig/8.9.x" title="Defines a RestResourceConfig configuration entity class." class="local">\Drupal\rest\Entity\RestResourceConfig</a>

Namespace

Drupal\Tests\rest\Kernel\Entity

Code

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

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