Create HTTPClientFactory and introduce ImageTest

This commit is contained in:
Philipp 2021-08-23 00:14:18 +02:00
parent 73e8db24f9
commit 52c7948526
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
7 changed files with 278 additions and 134 deletions

View file

@ -407,11 +407,11 @@ abstract class DI
//
/**
* @return Network\IHTTPRequest
* @return Network\IHTTPClient
*/
public static function httpRequest()
{
return self::$dice->create(Network\IHTTPRequest::class);
return self::$dice->create(Network\IHTTPClient::class);
}
//