summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormapril <mapril@thebettersoftwarecompany.com>2015-08-21 16:08:45 -0400
committermapril <mapril@thebettersoftwarecompany.com>2015-08-21 16:08:45 -0400
commit893adeac25052274356b7ffac5f14f12bb346877 (patch)
treeb6140a098485987a1b4d9f622a0e2b9ec917dd0f /test
parent3fb7f608b1252d1bf973f79af8f98ee11b9f1a0d (diff)
downloadphp-sparkpost-893adeac25052274356b7ffac5f14f12bb346877.zip
php-sparkpost-893adeac25052274356b7ffac5f14f12bb346877.tar.gz
php-sparkpost-893adeac25052274356b7ffac5f14f12bb346877.tar.bz2
refactored code base for extensibility
Diffstat (limited to 'test')
-rw-r--r--test/unit/TransmissionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/TransmissionTest.php b/test/unit/TransmissionTest.php
index de72f2a..ca30b4a 100644
--- a/test/unit/TransmissionTest.php
+++ b/test/unit/TransmissionTest.php
@@ -68,7 +68,7 @@ class TransmissionTest extends \PHPUnit_Framework_TestCase {
/**
* @desc tests 404 bad response
* @expectedException Exception
- * @expectedExceptionMessage The specified Transmission ID does not exist
+ * @expectedExceptionMessage The specified resource does not exist
*/
public function testFindWith404Response() {
$mock = new MockPlugin();
@@ -80,7 +80,7 @@ class TransmissionTest extends \PHPUnit_Framework_TestCase {
/**
* @desc tests unknown bad response
* @expectedException Exception
- * @expectedExceptionMessage Received bad response from Transmission API: 400
+ * @expectedExceptionMessage Received bad response from Transmissions API: 400
*/
public function testFindWithOtherBadResponse() {
$mock = new MockPlugin();