You are here

protected static property UrlRedirectNegateTest::$modules in Url Redirect 8.2

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

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

Class

UrlRedirectNegateTest
Tests the negation option for user and role redirect condition.

Namespace

Drupal\Tests\url_redirect\Functional

Code

protected static $modules = [
  'node',
  'url_redirect',
  'user',
];