You are here

public static property OAuthTest::$modules in OAuth 1.0 8

Same name and namespace in other branches
  1. 8.2 src/Tests/OAuthTest.php \Drupal\oauth\Tests\OAuthTest::modules

Modules to enable.

Type: array

File

src/Tests/OAuthTest.php, line 23
Contains \Drupal\oauth\Tests\OAuthTest.

Class

OAuthTest
Tests oauth functionality.

Namespace

Drupal\oauth\Tests

Code

public static $modules = array(
  'node',
  'entity_test',
  'oauth',
  'rest',
);