PHP Class Xpressengine\Tests\User\GuardTest

Inheritance: extends PHPUnit_Framework_TestCase
ファイルを表示 Open project: xpressengine/xpressengine

Public Methods

Method Description
testIdIfUserGiven ( )
testIdReturnNullIfUserNotGiven ( )
testIsAuthedReturnsTrueWhenUserIsNotNull ( )
testLogoutRemovesSessionTokenAndRememberMeCookie ( )
testNullIsReturnedForUserIfNoUserFound ( )
testUserIsSetToRetrievedUser ( )
testUserMethodReturnsCachedUser ( )

Protected Methods

Method Description
getGuard ( )
getMocks ( )
tearDown ( )

Method Details

getGuard() protected method

protected getGuard ( )

getMocks() protected method

protected getMocks ( )

tearDown() protected method

protected tearDown ( )

testIdIfUserGiven() public method

public testIdIfUserGiven ( )

testIdReturnNullIfUserNotGiven() public method

testIsAuthedReturnsTrueWhenUserIsNotNull() public method

testLogoutRemovesSessionTokenAndRememberMeCookie() public method

testNullIsReturnedForUserIfNoUserFound() public method

testUserIsSetToRetrievedUser() public method

testUserMethodReturnsCachedUser() public method