public static property CsrfTest::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/rest/src/Tests/CsrfTest.php \Drupal\rest\Tests\CsrfTest::modules
Modules to install.
Type: array
Overrides RESTTestBase::$modules
File
- core/
modules/ rest/ src/ Tests/ CsrfTest.php, line 23 - Contains \Drupal\rest\Tests\CsrfTest.
Class
- CsrfTest
- Tests the CSRF protection.
Namespace
Drupal\rest\TestsCode
public static $modules = array(
'hal',
'rest',
'entity_test',
'basic_auth',
);