Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix remaining failing tests in ExceptionRenderer.
  • Loading branch information
markstory committed Sep 25, 2012
1 parent d49c43f commit 4ed00b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/TestApp/View/Helper/BananaHelper.php
Expand Up @@ -16,6 +16,7 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
namespace TestApp\View\Helper;

use Cake\View\Helper;

class BananaHelper extends Helper {
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/Test/TestCase/Error/ExceptionRendererTest.php
Expand Up @@ -282,6 +282,7 @@ public function testErrorMethodCoercion() {
* test that helpers in custom CakeErrorController are not lost
*/
public function testCakeErrorHelpersNotLost() {
Configure::write('App.namespace', 'TestApp');
$testApp = CAKE . 'Test/TestApp/';
App::build(array(
'Controller' => array(
Expand Down

0 comments on commit 4ed00b5

Please sign in to comment.