From 9d90c555eb1fa64a8718891b1b9fa71bd4f4b35e Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Mon, 11 Apr 2011 22:17:59 -0430 Subject: [PATCH] Fixing constant use --- lib/Cake/tests/Case/View/MediaViewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/tests/Case/View/MediaViewTest.php b/lib/Cake/tests/Case/View/MediaViewTest.php index 6503ee44c..242ec16ea 100644 --- a/lib/Cake/tests/Case/View/MediaViewTest.php +++ b/lib/Cake/tests/Case/View/MediaViewTest.php @@ -118,7 +118,7 @@ class MediaViewTest extends CakeTestCase { */ function testRenderWithUnknownFileType() { $this->MediaView->viewVars = array( - 'path' => TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'config' . DS, + 'path' => LIBS . 'tests' . DS . 'test_app' . DS . 'config' . DS, 'id' => 'no_section.ini', 'extension' => 'ini', );