protected static property ResourceTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/rest/tests/src/Functional/ResourceTest.php \Drupal\Tests\rest\Functional\ResourceTest::modules
- 9 core/modules/rest/tests/src/Functional/ResourceTest.php \Drupal\Tests\rest\Functional\ResourceTest::modules
Modules to install.
Type: array
File
- core/
modules/ rest/ tests/ src/ Functional/ ResourceTest.php, line 26
Class
- ResourceTest
- Tests the structure of a REST resource.
Namespace
Drupal\Tests\rest\FunctionalCode
protected static $modules = [
'rest',
'entity_test',
'rest_test',
];