Skip to content

Commit 02d0016

Browse files
committed
Minor renaming for some SMS unit tests, and a response fix
1 parent 042088d commit 02d0016

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"count": 0,
3-
"prices": []
3+
"countries": []
44
}

test/SMS/Message/VcalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class VcalTest extends TestCase
1010
{
11-
public function testCanCreateBinaryMessage()
11+
public function testCanCreateVcalMessage()
1212
{
1313
$event = 'BEGIN%3AVCALENDAR%0AVERSION%3A2.0%0APRODID%3A-%2F%2Fhacksw%2Fhandcal%2F%2FNONSGML%20v1.0%2F%2FEN%0ABEGIN%3AVEVENT%0AUID%3Auid1%40example.com%0ADTSTAMP%3A19970714T170000Z%0AORGANIZER%3BCN%3DJohn%20Doe%3AMAILTO%3Ajohn.doe%40example.com%0ADTSTART%3A19970714T170000Z%0ADTEND%3A19970715T035959Z%0ASUMMARY%3ABastille%20Day%20Party%0AEND%3AVEVENT%0AEND%3AVCALENDAR';
1414
$message = new Vcal(

test/SMS/Message/VcardTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class VcardTest extends TestCase
1010
{
11-
public function testCanCreateBinaryMessage()
11+
public function testCanCreateVcardMessage()
1212
{
1313
$card = 'BEGIN%3aVCARD%0d%0aVERSION%3a2.1%0d%0aFN%3aFull+Name%0d%0aTEL%3a%2b12345678%0d%0aEMAIL%3ainfo%40acme.com%0d%0aURL%3awww.acme.com%0d%0aEND%3aVCARD';
1414
$message = new Vcard(

test/SMS/Message/WAPPushTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class WAPPushTest extends TestCase
1010
{
11-
public function testCanCreateBinaryMessage()
11+
public function testCanCreateWAPMessage()
1212
{
1313
$message = new WAPPush(
1414
'447700900000',

0 commit comments

Comments
 (0)