PHP Class Xpressengine\Tests\User\GuardTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: xpressengine/xpressengine

Méthodes publiques

Méthode Description
testIdIfUserGiven ( )
testIdReturnNullIfUserNotGiven ( )
testIsAuthedReturnsTrueWhenUserIsNotNull ( )
testLogoutRemovesSessionTokenAndRememberMeCookie ( )
testNullIsReturnedForUserIfNoUserFound ( )
testUserIsSetToRetrievedUser ( )
testUserMethodReturnsCachedUser ( )

Méthodes protégées

Méthode Description
getGuard ( )
getMocks ( )
tearDown ( )

Method Details

getGuard() protected méthode

protected getGuard ( )

getMocks() protected méthode

protected getMocks ( )

tearDown() protected méthode

protected tearDown ( )

testIdIfUserGiven() public méthode

public testIdIfUserGiven ( )

testIdReturnNullIfUserNotGiven() public méthode

testIsAuthedReturnsTrueWhenUserIsNotNull() public méthode

testLogoutRemovesSessionTokenAndRememberMeCookie() public méthode

testNullIsReturnedForUserIfNoUserFound() public méthode

testUserIsSetToRetrievedUser() public méthode

testUserMethodReturnsCachedUser() public méthode