Update tests after removing App dependency from hook calls

This commit is contained in:
Hypolite Petovan 2023-01-14 09:46:49 -05:00
commit 45a6888647
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ use Friendica\Core\L10n;
use Friendica\Test\Util\SampleStorageBackend;
use Mockery\MockInterface;
function create_instance(App $a, &$data)
function create_instance(&$data)
{
/** @var L10n|MockInterface $l10n */
$l10n = \Mockery::mock(L10n::class);