Browse Source

Fixing failing test

Jose Lorenzo Rodriguez 11 years ago
parent
commit
db2d6bb9c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Routing/RouterTest.php

+ 1 - 1
tests/TestCase/Routing/RouterTest.php

@@ -2276,7 +2276,7 @@ class RouterTest extends TestCase {
 /**
  * test that route classes must extend \Cake\Routing\Route\Route
  *
- * @expectedException \Cake\Core\Exception\Exception
+ * @expectedException InvalidArgumentException
  * @return void
  */
 	public function testCustomRouteException() {