SubmitDrivenTest::$modules

Same name in other branches
  1. 3.x modules/ajax_example/tests/src/FunctionalJavascript/SubmitDrivenTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\SubmitDrivenTest::modules
  2. 8.x-1.x ajax_example/tests/src/FunctionalJavascript/SubmitDrivenTest.php \Drupal\Tests\ajax_example\FunctionalJavascript\SubmitDrivenTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

modules/ajax_example/tests/src/FunctionalJavascript/SubmitDrivenTest.php, line 23

Class

SubmitDrivenTest
Tests the behavior of the submit-driven AJAX example.

Namespace

Drupal\Tests\ajax_example\FunctionalJavascript

Code

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