Skip to content

Commit

Permalink
Fix notice error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2012
1 parent a934f70 commit e8c1140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/DebuggerTest.php
Expand Up @@ -268,7 +268,7 @@ public function testAddFormatCallback() {
* Test method for testing addFormat with callbacks. * Test method for testing addFormat with callbacks.
*/ */
public function customFormat($error, $strings) { public function customFormat($error, $strings) {
return $error['error'] . ': I eated an error ' . $error['path']; return $error['error'] . ': I eated an error ' . $error['file'];
} }


/** /**
Expand Down

0 comments on commit e8c1140

Please sign in to comment.