Skip to content

Commit

Permalink
Add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 28, 2015
1 parent 80592ac commit ef8a0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TestCase/Controller/Component/AuthComponentTest.php
Expand Up @@ -1391,6 +1391,7 @@ public function testSessionKeyBC()

$this->Auth->sessionKey = 'Auth.Member';
$this->assertEquals('Auth.Member', $this->Auth->sessionKey);
$this->assertEquals('Auth.Member', $this->Auth->storage()->config('key'));

$this->Auth->sessionKey = false;
$this->assertInstanceOf('Cake\Auth\Storage\MemoryStorage', $this->Auth->storage());
Expand Down

0 comments on commit ef8a0dd

Please sign in to comment.