You are here

public static property NotifyUITest::$modules in Notify 1.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/NotifyUITest.php \Drupal\Tests\notify\Functional\NotifyUITest::modules
  2. 2.0.x tests/src/Functional/NotifyUITest.php \Drupal\Tests\notify\Functional\NotifyUITest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/NotifyUITest.php, line 19

Class

NotifyUITest
Tests that the Notify UI pages are reachable.

Namespace

Drupal\Tests\notify\Functional

Code

public static $modules = [
  'notify',
];