summaryrefslogtreecommitdiffstats
path: root/test/unit/TransmissionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/TransmissionTest.php')
-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();