You are here

protected static property CommentXmlBasicAuthTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::modules
  2. 9 core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php \Drupal\Tests\comment\Functional\Rest\CommentXmlBasicAuthTest::modules

Overrides CommentResourceTestBase::$modules

File

core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php, line 19

Class

CommentXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\comment\Functional\Rest

Code

protected static $modules = [
  'basic_auth',
];