We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db5a47 commit 7d06ca4Copy full SHA for 7d06ca4
1 file changed
tests/DataTypes/SMSTest.php
@@ -32,7 +32,7 @@ public function test_it_generates_a_proper_format_with_a_phone_number_and_messag
32
{
33
$this->sms->create(['555-555-5555', 'foo']);
34
35
- $properFormat = 'sms:555-555-5555:foo';
+ $properFormat = 'sms:555-555-5555&body=foo';
36
37
$this->assertEquals($properFormat, strval($this->sms));
38
}
0 commit comments