updating debugger test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6273 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-12-29 19:05:41 +00:00
parent 99da081907
commit 9a8bd5680a

View file

@ -79,7 +79,7 @@ TestSuite::run() - CORE/vendors/simpletest/test_case.php, line 588
TestSuite::run() - CORE/vendors/simpletest/test_case.php, line 591 TestSuite::run() - CORE/vendors/simpletest/test_case.php, line 591
TestManager::runTestCase() - CORE/cake/tests/lib/test_manager.php, line 93 TestManager::runTestCase() - CORE/cake/tests/lib/test_manager.php, line 93
[main] - CORE/app/webroot/test.php, line 240")) [main] - CORE/app/webroot/test.php, line 240"))
$out = "" $out = "[empty string]"
$expected = array(array("error" => "Notice","code" => "8","description" => "Undefined variable: out","line" => "44","file" => "CORE/cake/tests/cases/libs/debugger.test.php","context" => array("$result = null"),"trace" => "DebuggerTest::testOutput() - CORE/cake/tests/cases/libs/debugger.test.php, line 44 $expected = array(array("error" => "Notice","code" => "8","description" => "Undefined variable: out","line" => "44","file" => "CORE/cake/tests/cases/libs/debugger.test.php","context" => array("$result = null"),"trace" => "DebuggerTest::testOutput() - CORE/cake/tests/cases/libs/debugger.test.php, line 44
SimpleInvoker::invoke() - CORE/vendors/simpletest/invoker.php, line 68 SimpleInvoker::invoke() - CORE/vendors/simpletest/invoker.php, line 68
SimpleInvokerDecorator::invoke() - CORE/vendors/simpletest/invoker.php, line 126 SimpleInvokerDecorator::invoke() - CORE/vendors/simpletest/invoker.php, line 126
@ -119,11 +119,11 @@ TestManager::runTestCase() - CORE/cake/tests/lib/test_manager.php, line 93
$Controller->helpers = array('Html', 'Form'); $Controller->helpers = array('Html', 'Form');
$View = new View($Controller); $View = new View($Controller);
$result = Debugger::exportVar($View); $result = Debugger::exportVar($View);
$expected = 'ViewView::$base = "[empty string]" $expected = 'ViewView::$base = NULL
View::$here = "[empty string]" View::$here = NULL
View::$plugin = "[empty string]" View::$plugin = NULL
View::$name = "[empty string]" View::$name = "[empty string]"
View::$action = "[empty string]" View::$action = NULL
View::$params = array() View::$params = array()
View::$passedArgs = array() View::$passedArgs = array()
View::$data = array() View::$data = array()
@ -131,30 +131,30 @@ TestManager::runTestCase() - CORE/cake/tests/lib/test_manager.php, line 93
View::$viewPath = "[empty string]" View::$viewPath = "[empty string]"
View::$viewVars = array() View::$viewVars = array()
View::$layout = "default" View::$layout = "default"
View::$layoutPath = "[empty string]" View::$layoutPath = NULL
View::$pageTitle = "[empty string]" View::$pageTitle = false
View::$autoRender = true View::$autoRender = true
View::$autoLayout = true View::$autoLayout = true
View::$ext = ".ctp" View::$ext = ".ctp"
View::$subDir = "[empty string]" View::$subDir = NULL
View::$themeWeb = "[empty string]" View::$themeWeb = NULL
View::$cacheAction = "[empty string]" View::$cacheAction = false
View::$validationErrors = array() View::$validationErrors = array()
View::$hasRendered = "[empty string]" View::$hasRendered = false
View::$loaded = array() View::$loaded = array()
View::$modelScope = "[empty string]" View::$modelScope = false
View::$model = "[empty string]" View::$model = NULL
View::$association = "[empty string]" View::$association = NULL
View::$field = "[empty string]" View::$field = NULL
View::$fieldSuffix = "[empty string]" View::$fieldSuffix = NULL
View::$modelId = "[empty string]" View::$modelId = NULL
View::$uuids = array() View::$uuids = array()
View::$__passedVars = array("viewVars","action","autoLayout","autoRender","ext","base","webroot","helpers","here","layout","name","pageTitle","layoutPath","viewPath","params","data","webservices","plugin","passedArgs","cacheAction") View::$__passedVars = array("viewVars","action","autoLayout","autoRender","ext","base","webroot","helpers","here","layout","name","pageTitle","layoutPath","viewPath","params","data","webservices","plugin","passedArgs","cacheAction")
View::$__scripts = array() View::$__scripts = array()
View::$__paths = array() View::$__paths = array()
View::$_log = "[empty string]" View::$_log = NULL
View::$webroot = "[empty string]" View::$webroot = NULL
View::$webservices = "[empty string]" View::$webservices = NULL
View::element() View::element()
View::render() View::render()
View::renderElement() View::renderElement()