Update laravel nami
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2022-02-20 01:41:50 +01:00
parent 43f68b5765
commit 7826285124
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 423fb27f51e322b42fa3b2a01b1bafd886f514fe Subproject commit b557d471a0a5b60bf24813971c27ae9e2336986a

View File

@ -29,7 +29,7 @@ class InitializeTest extends TestCase
public function initializeProvider(callable $callback = null): void public function initializeProvider(callable $callback = null): void
{ {
app(GroupFake::class)->get([1000 => ['name' => 'testgroup']]); app(GroupFake::class)->fetches(null, [1000 => ['name' => 'testgroup']]);
$backend = app(FakeBackend::class) $backend = app(FakeBackend::class)
->addSearch(123, ['entries_vorname' => '::firstname::', 'entries_nachname' => '::lastname::', 'entries_gruppierungId' => 1000]) ->addSearch(123, ['entries_vorname' => '::firstname::', 'entries_nachname' => '::lastname::', 'entries_gruppierungId' => 1000])
->fakeNationalities([['name' => 'deutsch', 'id' => 291]]) ->fakeNationalities([['name' => 'deutsch', 'id' => 291]])