Use ArraySubsetAsserts

This commit is contained in:
Philipp 2021-12-10 21:34:19 +01:00
parent ab5184d27a
commit 31ca758d4e
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
3 changed files with 41 additions and 33 deletions

View file

@ -23,6 +23,7 @@
namespace Friendica\Core;
use Dice\Dice;
use DMS\PHPUnitExtensions\ArraySubset\ArraySubsetAsserts;
use Friendica\Core\Config\ValueObject\Cache;
use Friendica\DI;
use Friendica\Network\HTTPClient\Capability\ICanHandleHttpResponses;
@ -35,6 +36,7 @@ use Mockery\MockInterface;
class InstallerTest extends MockedTest
{
use VFSTrait;
use ArraySubsetAsserts;
/**
* @var L10n|MockInterface