From 8a4ab78bfb0bbf49e0a1db1e9e0576712bb04bc2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Nov 2008 06:02:40 +0000 Subject: Oops, injecting the function name caused an extra call in the call stack. The test passed, but the actual code failed. Fixed now. --- core/tests/Theme_Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/tests') diff --git a/core/tests/Theme_Test.php b/core/tests/Theme_Test.php index b8f702f3..5b568b19 100644 --- a/core/tests/Theme_Test.php +++ b/core/tests/Theme_Test.php @@ -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")); } } \ No newline at end of file -- cgit v1.2.3