aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/creation_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11620] Cleanup creation_test that was renamed on a cherry-pickasperous2013-07-221-69/+0
| | | | PHPBB3-11620
* Merge remote-tracking branch 'Hardolaf/feature/auth-refactor' into developDavid King2013-07-031-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | * Hardolaf/feature/auth-refactor: (44 commits) [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [feature/auth-refactor] A possible fix for the functional test failures [feature/auth-refactor] Forgot @inheritdoc on methods [feature/auth-refactor] Finish and clean up documentation [feature/auth-refactor] Change phpEx to php_ext in new classes [feature/auth-refactor] Fix two session tests broken by changes [feature/auth-refactor] Removed no longer used variable [feature/auth-refactor] Fix errors in acp_board [feature/auth-refactor] Fix indentation on acp_board [feature/auth-refactor] Refactor auth in acp_board [feature/auth-refactor] Don't truncate name then reattach same thing [feature/auth-refactor] Remove old auth plugins [feature/auth-refactor] Remove references to old auth plugins [feature/auth-refactor] Fix auth tests to use mock objects correctly [feature/auth-refactor] Test validate_session on provider_apache [feature/auth-refactor] Test autologin() on provider_apache [feature/auth-refactor] Test login() for provider_apache [feature/auth-refactor] Test for init on provider_apache ...
* Merge branch 'develop-olympus' into developAndreas Fischer2013-06-271-1/+0
| | | | | | | | * develop-olympus: [ticket/11615] Fix typo in creation_test [ticket/11615] Remove magic number in creation_test [ticket/11615] Rename class in file to match [ticket/11615] Rename init_test to creation_test for clarity
* [ticket/11615] Fix typo in creation_testAndy Chase2013-06-261-1/+1
| | | | PHPBB3-11615
* [ticket/11615] Remove magic number in creation_testAndy Chase2013-06-261-1/+2
| | | | | | | | Removing this magic number to its own variable with clean multiplication makes it clear what the number represents. PHPBB3-11615
* [ticket/11615] Rename class in file to matchAndy Chase2013-06-261-1/+1
| | | | PHPBB3-11615
* [ticket/11615] Rename init_test to creation_test for clarityAndy Chase2013-06-261-0/+56
PHPBB3-11615