You are here

public static property NodeTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/rest/src/Tests/NodeTest.php \Drupal\rest\Tests\NodeTest::modules

Modules to install.

Ensure that the node resource works with comment module enabled.

Type: array

Overrides RESTTestBase::$modules

File

core/modules/rest/src/Tests/NodeTest.php, line 27
Contains \Drupal\rest\Tests\NodeTest.

Class

NodeTest
Tests special cases for node entities.

Namespace

Drupal\rest\Tests

Code

public static $modules = array(
  'hal',
  'rest',
  'comment',
);