You are here

protected static property JSWebAssertTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php \Drupal\FunctionalJavascriptTests\Tests\JSWebAssertTest::modules
  2. 9 core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php \Drupal\FunctionalJavascriptTests\Tests\JSWebAssertTest::modules

Required modules.

Type: array

Overrides BrowserTestBase::$modules

File

core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php, line 21

Class

JSWebAssertTest
Tests for the JSWebAssert class.

Namespace

Drupal\FunctionalJavascriptTests\Tests

Code

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