mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix CakeSession tests so they dont call protected methods.
This commit is contained in:
parent
ed02b0f54b
commit
4cb06d83ea
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ class CakeSessionTest extends CakeTestCase {
|
|||
*/
|
||||
function setUp() {
|
||||
$this->Session =& new TestCakeSession();
|
||||
$this->Session->start();
|
||||
$this->Session->_checkValid();
|
||||
$this->Session->destroy();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue