aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/creation_test.php
Commit message (Collapse)AuthorAgeFilesLines
* 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