Browse Source

Fix failed Exception message test

Bryan Crowe 11 years ago
parent
commit
7cd01cf687
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Collection/CollectionTest.php

+ 1 - 1
tests/TestCase/Collection/CollectionTest.php

@@ -517,7 +517,7 @@ class CollectionTest extends TestCase {
  * 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() {