diff --git a/test/Unit/Api/ClientTest.php b/test/Unit/Api/ClientTest.php index 0000e6bc..fb9f04a8 100644 --- a/test/Unit/Api/ClientTest.php +++ b/test/Unit/Api/ClientTest.php @@ -275,7 +275,7 @@ public function testGettingASpecificResourceReturnsACollectionOfThatResource($pa public function testGettingTheCountOfACollectionReturnsThatCollectionsCount($path, $fnName, $class) { if (in_array($path, array('coupons', 'order_statuses', 'products/skus', 'requestlogs'))) { - $this->markTestSkipped(sprintf('Getting the count The php client does not support getting the count of %s', $path)); + $this->markTestSkipped(sprintf('The PHP client does not support getting the count of %s', $path)); } $this->connection->expects($this->once())