You are here

protected static property RestClientTest::$modules in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 8.3 tests/src/Unit/RestClientTest.php \Drupal\Tests\salesforce\Unit\RestClientTest::modules
  2. 5.0.x tests/src/Unit/RestClientTest.php \Drupal\Tests\salesforce\Unit\RestClientTest::modules

Required modules.

Type: array

File

tests/src/Unit/RestClientTest.php, line 39

Class

RestClientTest
@coversDefaultClass \Drupal\salesforce\Rest\RestClient @group salesforce

Namespace

Drupal\Tests\salesforce\Unit

Code

protected static $modules = [
  'salesforce',
];