Browse Source

Update src/TestSuite/Constraint/Response/ContentType.php

Co-Authored-By: Edgaras Janušauskas <edgaras.janusauskas@gmail.com>
Mark Sch 6 years ago
parent
commit
908ef5dc84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/Constraint/Response/ContentType.php

+ 1 - 1
src/TestSuite/Constraint/Response/ContentType.php

@@ -43,6 +43,6 @@ class ContentType extends ResponseBase
      */
     public function toString()
     {
-        return 'was set as the Content-Type (`' . $this->response->getType() . '`)';
+        return 'is set as the Content-Type (`' . $this->response->getType() . '`)';
     }
 }