mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 15:54:27 +02:00
Use ArraySubsetAsserts
This commit is contained in:
parent
ab5184d27a
commit
31ca758d4e
3 changed files with 41 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue