aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth
Commit message (Collapse)AuthorAgeFilesLines
...
* [feature/auth-refactor] Test for init on provider_apacheJoseph Warner2013-06-251-4/+12
| | | | | | | Provides a test for the init() method of provider_apache. Appears to be failing due to an error with the mock request class. PHPBB3-9734
* [feature/auth-refactor] Skeleton of provider_apache_testJoseph Warner2013-06-251-0/+49
| | | | | | Creates a skeleton of the tests for provider_apache. PHPBB3-9734
* [feature/auth-refactor] Finish provider_db unit test for loginJoseph Warner2013-06-251-2/+12
| | | | | | | Finishes the provider_db unit test for login. The test currently passes. PHPBB3-9734
* [feature/auth-refactor] Initial auth unit test provider_dbJoseph Warner2013-06-242-0/+73
Initial work on a unit test for the provider_db login function. Does not work currently. PHPBB3-9734