mirror of
https://github.com/friendica/friendica
synced 2025-05-07 15:44:10 +02:00
Replace deprecated usages
This commit is contained in:
parent
31ca758d4e
commit
7d967f64a7
3 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Friendica\Test\src\Util;
|
||||
|
||||
use DMS\PHPUnitExtensions\ArraySubset\ArraySubsetAsserts;
|
||||
use Friendica\Test\DiceHttpMockHandlerTrait;
|
||||
use Friendica\Test\MockedTest;
|
||||
use Friendica\Util\Images;
|
||||
|
@ -11,6 +12,7 @@ use GuzzleHttp\Psr7\Response;
|
|||
class ImagesTest extends MockedTest
|
||||
{
|
||||
use DiceHttpMockHandlerTrait;
|
||||
use ArraySubsetAsserts;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue