mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Oops, injecting the function name caused an extra call in the call
stack. The test passed, but the actual code failed. Fixed now.
This commit is contained in:
@@ -29,6 +29,6 @@ class Theme_Test extends Unit_Test_Case {
|
||||
}
|
||||
|
||||
public function _fake_debug_backtrace() {
|
||||
return array(array('file' => THEMEPATH . "fake_theme/views/some_file.html.php"));
|
||||
return array(array(), array('file' => THEMEPATH . "fake_theme/views/some_file.html.php"));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user