- Issue created by @seanB
- Status changed to Needs review
almost 2 years ago 9:44pm 27 February 2023
We are getting an error running kernel tests with video_embed_field enabled:
PHP Fatal error: Declaration of Drupal\Tests\video_embed_field\Kernel\MockHttpClient::getConfig(?string $option = null) must be compatible with GuzzleHttp\ClientInterface::getConfig($option = null) in /modules/contrib/video_embed_field/tests/src/Kernel/MockHttpClient.php on line 51
Change MockHttpClient::getConfig
to respect ClientInterface::getConfig
Needs review
2.0
Code