public static property DBLogTest::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php, line 22
Definition of Drupal\rest\test\DBLogTest.

Class

DBLogTest
Tests the Watchdog resource to retrieve log messages.

Namespace

Drupal\rest\Tests

Code

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