[TESTS] Exclude HTTPClient from testing, as it's a simple wrapper and we don't want to be performing HTTP requests in tests, for speed and reliability
This commit is contained in:
parent
2ee99e5176
commit
bd321f05a7
@ -21,6 +21,9 @@ namespace App\Core;
|
|||||||
|
|
||||||
use Symfony\Contracts\HttpClient\HttpClientInterface;
|
use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @codeCoverageIgnore
|
||||||
|
*/
|
||||||
abstract class HTTPClient
|
abstract class HTTPClient
|
||||||
{
|
{
|
||||||
private static ?Httpclientinterface $client;
|
private static ?Httpclientinterface $client;
|
||||||
|
Loading…
Reference in New Issue
Block a user