PHP 클래스 Neos\Flow\Tests\Unit\Security\Authentication\Token\UsernamePasswordTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$mockActionRequest Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject
$mockHttpRequest Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject
$token Neos\Flow\Security\Authentication\Token\UsernamePassword

공개 메소드들

메소드 설명
credentialsAreSetCorrectlyFromPostArguments ( )
setUp ( ) Set up this test case
tokenCanBeCastToString ( )
updateCredentialsIgnoresAnythingOtherThanPostRequests ( )
updateCredentialsSetsTheCorrectAuthenticationStatusIfNewCredentialsArrived ( )

메소드 상세

credentialsAreSetCorrectlyFromPostArguments() 공개 메소드

setUp() 공개 메소드

Set up this test case
public setUp ( )

tokenCanBeCastToString() 공개 메소드

updateCredentialsIgnoresAnythingOtherThanPostRequests() 공개 메소드

updateCredentialsSetsTheCorrectAuthenticationStatusIfNewCredentialsArrived() 공개 메소드

프로퍼티 상세

$mockActionRequest 보호되어 있는 프로퍼티

protected ActionRequest,Neos\Flow\Mvc|PHPUnit_Framework_MockObject_MockObject $mockActionRequest
리턴 Neos\Flow\Mvc\ActionRequest | PHPUnit_Framework_MockObject_MockObject

$mockHttpRequest 보호되어 있는 프로퍼티

protected Request,Neos\Flow\Http|PHPUnit_Framework_MockObject_MockObject $mockHttpRequest
리턴 Neos\Flow\Http\Request | PHPUnit_Framework_MockObject_MockObject

$token 보호되어 있는 프로퍼티

protected UsernamePassword,Neos\Flow\Security\Authentication\Token $token
리턴 Neos\Flow\Security\Authentication\Token\UsernamePassword