You are here

protected static property ActionFormAjaxTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php \Drupal\Tests\action\FunctionalJavascript\ActionFormAjaxTest::modules
  2. 9 core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php \Drupal\Tests\action\FunctionalJavascript\ActionFormAjaxTest::modules

File

core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php, line 19

Class

ActionFormAjaxTest
Tests action plugins using JavaScript.

Namespace

Drupal\Tests\action\FunctionalJavascript

Code

protected static $modules = [
  'action',
  'action_form_ajax_test',
];