PHP 클래스 AuthenticatorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: adamwathan/eloquent-oauth

공개 메소드들

메소드 설명
tearDown ( )
test_if_a_user_is_returned_from_the_callback_that_user_is_used ( )
test_if_nothing_is_returned_from_the_callback_the_found_or_created_user_is_used ( )
test_login_creates_new_user_if_no_matching_user_exists ( )
test_login_uses_existing_user_if_matching_user_exists ( )

메소드 상세

tearDown() 공개 메소드

public tearDown ( )

test_if_a_user_is_returned_from_the_callback_that_user_is_used() 공개 메소드

test_if_nothing_is_returned_from_the_callback_the_found_or_created_user_is_used() 공개 메소드

test_login_creates_new_user_if_no_matching_user_exists() 공개 메소드

test_login_uses_existing_user_if_matching_user_exists() 공개 메소드