Update laravel nami
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
43f68b5765
commit
7826285124
|
@ -1 +1 @@
|
|||
Subproject commit 423fb27f51e322b42fa3b2a01b1bafd886f514fe
|
||||
Subproject commit b557d471a0a5b60bf24813971c27ae9e2336986a
|
|
@ -29,7 +29,7 @@ class InitializeTest extends TestCase
|
|||
|
||||
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)
|
||||
->addSearch(123, ['entries_vorname' => '::firstname::', 'entries_nachname' => '::lastname::', 'entries_gruppierungId' => 1000])
|
||||
->fakeNationalities([['name' => 'deutsch', 'id' => 291]])
|
||||
|
|
Loading…
Reference in New Issue