1
0
Fork 0

Use ArraySubsetAsserts

This commit is contained in:
Philipp Holzer 2021-12-10 21:34:19 +01:00
commit 31ca758d4e
Signed by: nupplaPhil
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