protected static property PluginsTest::$modules in JSON-RPC 2.x
Same name and namespace in other branches
- 8 modules/jsonrpc_core/tests/src/Functional/PluginsTest.php \Drupal\Tests\jsonrpc_core\Functional\PluginsTest::modules
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides BrowserTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- modules/
jsonrpc_core/ tests/ src/ Functional/ PluginsTest.php, line 15
Class
- PluginsTest
- Test turning the maintenance mode on or off using JSON RPC.
Namespace
Drupal\Tests\jsonrpc_core\FunctionalCode
protected static $modules = [
'filter',
'jsonrpc',
'jsonrpc_core',
'basic_auth',
'serialization',
];