You are here

public static property PrivateTest::$modules in Private 8.2

Same name and namespace in other branches
  1. 8 src/Tests/PrivateTest.php \Drupal\private_content\Tests\PrivateTest::modules

Modules to install.

Type: array

File

src/Tests/PrivateTest.php, line 19

Class

PrivateTest
Tests the private module.

Namespace

Drupal\private_content\Tests

Code

public static $modules = array(
  'node',
  'search',
  'private_content',
);