public function MockHttpClient::request in Video Embed Field 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/MockHttpClient.php \Drupal\Tests\video_embed_field\Kernel\MockHttpClient::request()
 
File
- tests/
src/ Kernel/ MockHttpClient.php, line 35  
Class
- MockHttpClient
 - An exceptional HTTP client mock.
 
Namespace
Drupal\Tests\video_embed_field\KernelCode
public function request($method, $uri, array $options = []) {
  throw new \Exception(static::EXCEPTION_MESSAGE);
}