You are here

public static property RestClientTest::$modules in Salesforce Suite 8.3

Same name in this branch
  1. 8.3 tests/src/Unit/RestClientTest.php \Drupal\Tests\salesforce\Unit\RestClientTest::modules
  2. 8.3 modules/salesforce_encrypt/tests/src/Unit/RestClientTest.php \Drupal\Tests\salesforce_encrypt\Unit\RestClientTest::modules

File

modules/salesforce_encrypt/tests/src/Unit/RestClientTest.php, line 24

Class

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

Namespace

Drupal\Tests\salesforce_encrypt\Unit

Code

public static $modules = [
  'key',
  'encrypt',
  'salesforce',
  'salesforce_encrypt',
];