Skip to content

Commit

Permalink
It's annoying having to update Debugger test when View class changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 16, 2015
1 parent f17612e commit 06373d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/TestCase/Error/DebuggerTest.php
Expand Up @@ -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
Expand All @@ -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'
]
Expand Down

0 comments on commit 06373d3

Please sign in to comment.