public static property QuickEditLatestRevisionTest::$modules in Lightning Core 8.5
Modules to enable.
The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.
Type: string[]
Overrides QuickEditJavascriptTestBase::$modules
See also
\Drupal\Tests\BrowserTestBase::installDrupal()
File
- tests/
src/ FunctionalJavascript/ QuickEditLatestRevisionTest.php, line 25
Class
- QuickEditLatestRevisionTest
- Tests that Quick Edit is available on the latest revision of an entity.
Namespace
Drupal\Tests\lightning_core\FunctionalJavascriptCode
public static $modules = [
'block',
'content_moderation',
'lightning_core',
'node',
];