Skip to content

Commit

Permalink
Fixing broken test after removing the var pageTitle from controller
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo authored and markstory committed Oct 13, 2009
1 parent f2cba2f commit 24c82e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/tests/cases/libs/debugger.test.php
Expand Up @@ -238,7 +238,6 @@ function testExportVar() {
View::$viewVars = array View::$viewVars = array
View::$layout = "default" View::$layout = "default"
View::$layoutPath = NULL View::$layoutPath = NULL
View::$pageTitle = false
View::$autoRender = true View::$autoRender = true
View::$autoLayout = true View::$autoLayout = true
View::$ext = ".ctp" View::$ext = ".ctp"
Expand Down

0 comments on commit 24c82e7

Please sign in to comment.