Fix CakeSession tests so they dont call protected methods.

This commit is contained in:
predominant 2010-04-11 15:18:55 +10:00
parent ed02b0f54b
commit 4cb06d83ea

View file

@ -74,8 +74,7 @@ class CakeSessionTest extends CakeTestCase {
*/
function setUp() {
$this->Session =& new TestCakeSession();
$this->Session->start();
$this->Session->_checkValid();
$this->Session->destroy();
}
/**