Skip to content
Snippets Groups Projects
Commit f2a811d9 authored by Patrick Kenny's avatar Patrick Kenny
Browse files

Issue #3466273 by ptmkenny, GeorgeBC: Test form submitting incorrect variables

parent 82503069
Branches
Tags
1 merge request!37test form: fix order of arguments
Pipeline #250716 failed
......@@ -93,9 +93,9 @@ final class FirebasePhpSendTestMessageForm extends FormBase {
public function submitForm(array &$form, FormStateInterface $form_state): void {
try {
$this->messagingService->sendMessageSingleDevice(
$form_state->getValue('device_token'),
$form_state->getValue('title'),
$form_state->getValue('message'),
$form_state->getValue('device_token'),
NULL,
NULL,
NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment