mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix removed valid() test.
This commit is contained in:
parent
913d54caa0
commit
6f2cee65b6
1 changed files with 1 additions and 2 deletions
|
@ -212,7 +212,6 @@ class SessionHelperTest extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function testValid() {
|
function testValid() {
|
||||||
//wierd it always ends up false in the test suite
|
$this->assertFalse($this->Session->valid());
|
||||||
//$this->assertFalse($this->Session->valid());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue