forked from GNUsocial/gnu-social
[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
6956e6907c
commit
4258148a03
@ -21,6 +21,9 @@ namespace App\Core;
|
||||
|
||||
use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
abstract class HTTPClient
|
||||
{
|
||||
private static ?Httpclientinterface $client;
|
||||
|
Loading…
Reference in New Issue
Block a user