You are here

protected static property RequestHandlerTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\RequestHandlerTest::modules
  2. 9 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\RequestHandlerTest::modules

File

core/modules/rest/tests/src/Kernel/RequestHandlerTest.php, line 31

Class

RequestHandlerTest
Test REST RequestHandler controller logic.

Namespace

Drupal\Tests\rest\Kernel

Code

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