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