Fix tests
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
ae450ef9ae
commit
7e39a4da84
|
@ -43,7 +43,7 @@ class FormRegisterActionTest extends FormTestCase
|
||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
->create();
|
->create();
|
||||||
ExportSyncAction::shouldRun()->once()->with($form->id);
|
ExportSyncAction::shouldRun()->shouldReceive('asJob')->once()->with($form->id);
|
||||||
|
|
||||||
$this->register($form, ['vorname' => 'Max', 'nachname' => 'Muster', 'spitzname' => 'Abraham'])
|
$this->register($form, ['vorname' => 'Max', 'nachname' => 'Muster', 'spitzname' => 'Abraham'])
|
||||||
->assertOk();
|
->assertOk();
|
||||||
|
|
Loading…
Reference in New Issue