PHP Класс AuthenticatorTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод