You are here

protected static property PathMediaFormTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/path/tests/src/Functional/PathMediaFormTest.php \Drupal\Tests\path\Functional\PathMediaFormTest::modules

Modules to enable.

Type: array

Overrides PathTestBase::$modules

File

core/modules/path/tests/src/Functional/PathMediaFormTest.php, line 17

Class

PathMediaFormTest
Tests the path media form UI.

Namespace

Drupal\Tests\path\Functional

Code

protected static $modules = [
  'media',
  'media_test_source',
];