1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

Stubbing in tests and message builder

This commit is contained in:
wess 2023-08-23 12:22:04 -04:00
parent 3e7805afe1
commit eba91ae55a
2 changed files with 1 additions and 1 deletions

View file

@ -130,7 +130,6 @@ class MessagingV1 extends Worker
'subject' => $subject,
'body' => $body,
];
return $message;
}
private function buildSMSMessage($data): array

View file

@ -187,4 +187,5 @@ class MessagingServerTest extends Scope
$this->assertEquals(204, $response['headers']['status-code']);
}
}
}