From 06373d35ac5462ae6863a9434c37a7ad43c4d1ec Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 16 Aug 2015 16:04:30 +0530 Subject: [PATCH] It's annoying having to update Debugger test when View class changes. --- tests/TestCase/Error/DebuggerTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/TestCase/Error/DebuggerTest.php b/tests/TestCase/Error/DebuggerTest.php index c34cbcfc498..7e845d8da03 100644 --- a/tests/TestCase/Error/DebuggerTest.php +++ b/tests/TestCase/Error/DebuggerTest.php @@ -266,8 +266,8 @@ public function testExportVar() (int) 0 => 'Html', (int) 1 => 'Form' ] - viewPath => null - view => null + templatePath => null + template => null layout => 'default' layoutPath => null autoLayout => true @@ -290,12 +290,12 @@ public function testExportVar() (int) 0 => 'viewVars', (int) 1 => 'autoLayout', (int) 2 => 'helpers', - (int) 3 => 'view', + (int) 3 => 'template', (int) 4 => 'layout', (int) 5 => 'name', (int) 6 => 'theme', (int) 7 => 'layoutPath', - (int) 8 => 'viewPath', + (int) 8 => 'templatePath', (int) 9 => 'plugin', (int) 10 => 'passedArgs' ]