Skip to content

Commit

Permalink
Fix failed Exception message test
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Nov 29, 2014
1 parent 45bc67a commit 7cd01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Collection/CollectionTest.php
Expand Up @@ -517,7 +517,7 @@ public function testToJson() {
* Tests that only arrays and Traversables are allowed in the constructor
*
* @expectedException \InvalidArgumentException
* @expectedExceptionMessage Only array or \Traversable are allowed for Collection
* @expectedExceptionMessage Only an array or \Traversable is allowed for Collection
* @return void
*/
public function testInvalidConstructorArgument() {
Expand Down

0 comments on commit 7cd01cf

Please sign in to comment.