Skip to content

Commit

Permalink
Fixing a test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-joshroe committed Mar 4, 2015
1 parent 1ec9609 commit 0bdd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/Api/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 0bdd143

Please sign in to comment.