You are here

protected static property HijriNodeDisplayTest::$modules in Hijri 3.0.x

Same name and namespace in other branches
  1. 1.0.x tests/Functional/HijriNodeDisplayTest.php \Drupal\Tests\hijri\Functional\HijriNodeDisplayTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/HijriNodeDisplayTest.php, line 27

Class

HijriNodeDisplayTest
Browser test base class for Hijri functional tests.

Namespace

Drupal\Tests\hijri\Functional

Code

protected static $modules = [
  'node',
  'comment',
  'hijri',
];