mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +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
|
||||
*/
|
||||
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