[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:
Hugo Sales 2021-07-22 12:34:59 +00:00
parent 2ee99e5176
commit bd321f05a7
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ namespace App\Core;
use Symfony\Contracts\HttpClient\HttpClientInterface;
/**
* @codeCoverageIgnore
*/
abstract class HTTPClient
{
private static ?Httpclientinterface $client;