You are here

protected property LingotekHttpUnitTest::$httpClient in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  2. 3.1.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  3. 3.2.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  4. 3.3.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  5. 3.4.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  6. 3.5.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  7. 3.6.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient
  8. 3.8.x tests/src/Unit/Remote/LingotekHttpUnitTest.php \Drupal\Tests\lingotek\Unit\Remote\LingotekHttpUnitTest::httpClient

The HTTP client to interact with the Lingotek service.

Type: \GuzzleHttp\ClientInterface|\PHPUnit_Framework_MockObject_MockObject

File

tests/src/Unit/Remote/LingotekHttpUnitTest.php, line 32

Class

LingotekHttpUnitTest
@coversDefaultClass \Drupal\lingotek\Remote\LingotekHttp @group lingotek @preserveGlobalState disabled @requires PHPUnit > 8 We depend on MockBuilder::addMethods() which was introduced in PHPUnit 8.

Namespace

Drupal\Tests\lingotek\Unit\Remote

Code

protected $httpClient;