mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed wrong assertion
This commit is contained in:
parent
0ea315b2e0
commit
1d7a4da903
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ class AuthComponentTest extends CakeTestCase {
|
|||
$this->assertTrue($this->Auth->loggedIn());
|
||||
$this->assertEquals($user, $this->Auth->user());
|
||||
|
||||
$this->assertNull($this->Auth->Session->started());
|
||||
$this->assertFalse($this->Auth->Session->started());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue