You are here

public function MockHttpClient::requestAsync in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/MockHttpClient.php \Drupal\Tests\video_embed_field\Kernel\MockHttpClient::requestAsync()

File

tests/src/Kernel/MockHttpClient.php, line 42

Class

MockHttpClient
An exceptional HTTP client mock.

Namespace

Drupal\Tests\video_embed_field\Kernel

Code

public function requestAsync($method, $uri, array $options = []) {
  throw new \Exception(static::EXCEPTION_MESSAGE);
}