Fix notice error.

This commit is contained in:
mark_story 2012-09-09 21:08:21 -04:00
parent a934f700f1
commit e8c1140fc8

View file

@ -268,7 +268,7 @@ class DebuggerTest extends CakeTestCase {
* Test method for testing addFormat with callbacks.
*/
public function customFormat($error, $strings) {
return $error['error'] . ': I eated an error ' . $error['path'];
return $error['error'] . ': I eated an error ' . $error['file'];
}
/**