Skip to content

Commit

Permalink
Removing var_dump from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 14, 2011
1 parent 3f506b2 commit 7658af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Test/Case/View/Helper/SessionHelperTest.php
Expand Up @@ -42,7 +42,6 @@ public function setUp() {

if (!CakeSession::started()) {
CakeSession::start();
var_dump('session was not started');
}

$_SESSION = array(
Expand Down Expand Up @@ -71,7 +70,6 @@ public function setUp() {
),
'Deeply' => array('nested' => array('key' => 'value')),
);
var_dump($_SESSION);
}

/**
Expand Down

0 comments on commit 7658af3

Please sign in to comment.