Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [feature/auth-refactor] Test for init on provider_apache | Joseph Warner | 2013-06-25 | 1 | -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_test | Joseph Warner | 2013-06-25 | 1 | -0/+49 | |
| | | | | | | Creates a skeleton of the tests for provider_apache. PHPBB3-9734 | |||||
* | [feature/auth-refactor] Finish provider_db unit test for login | Joseph Warner | 2013-06-25 | 1 | -2/+12 | |
| | | | | | | | Finishes the provider_db unit test for login. The test currently passes. PHPBB3-9734 | |||||
* | [feature/auth-refactor] Initial auth unit test provider_db | Joseph Warner | 2013-06-24 | 2 | -0/+73 | |
Initial work on a unit test for the provider_db login function. Does not work currently. PHPBB3-9734 |