Skip to content

Commit

Permalink
Fix CakeSession tests so they dont call protected methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 11, 2010
1 parent ed02b0f commit 4cb06d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cake/tests/cases/libs/cake_session.test.php
Expand Up @@ -74,8 +74,7 @@ function endCase() {
*/
function setUp() {
$this->Session =& new TestCakeSession();
$this->Session->start();
$this->Session->_checkValid();
$this->Session->destroy();
}

/**
Expand Down

0 comments on commit 4cb06d8

Please sign in to comment.