You are here

protected static property FormStoragePageCacheTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php \Drupal\Tests\system\Functional\Form\FormStoragePageCacheTest::modules
  2. 9 core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php \Drupal\Tests\system\Functional\Form\FormStoragePageCacheTest::modules

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php, line 17

Class

FormStoragePageCacheTest
Tests form storage from cached pages.

Namespace

Drupal\Tests\system\Functional\Form

Code

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