You are here

public function TestFrameworkKernelTest::testServiceModification in Apigee Edge 8

Tests that the service override is working properly.

File

tests/src/Kernel/TestFrameworkKernelTest.php, line 90

Class

TestFrameworkKernelTest
Tests the testing framework for testing offline.

Namespace

Drupal\Tests\apigee_edge\Kernel

Code

public function testServiceModification() {
  self::assertEquals((string) $this->container
    ->getDefinition('apigee_edge.sdk_connector')
    ->getArgument(0), 'apigee_mock_api_client.mock_http_client_factory');
}