public static property NodeSyndicateBlockTest::$modules

Modules to enable.

Type: array

Overrides NodeTestBase::$modules

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeSyndicateBlockTest.php, line 20
Definition of Drupal\node\Tests\NodeSyndicateBlockTest.

Class

NodeSyndicateBlockTest
Tests the availability of the syndicate block.

Namespace

Drupal\node\Tests

Code

public static $modules = array(
  'block',
);