aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/extract_hostname_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11620] Space between . in directory import concatenationAndy Chase2013-07-221-1/+1
| | | | PHPBB3-11620
* [ticket/11620] Abstracted session setUp into a test_case classasperous2013-07-221-14/+2
| | | | | | | When defining a database test case with a setUp function, it is important to call the parent's setup function, because that is when the database is setup. PHPBB3-11620
* [ticket/11620] Add ipv6 test cases and remove extra arguments.Andy Chase2013-07-051-3/+5
| | | | PHPBB3-11620
* [ticket/11620] Make testable_facade non-static, expand.Andy Chase2013-07-051-1/+4
| | | | | | | Make the class functions of testable_facade no longer static methods, but a class based one and expand the methods to be filled in, in later commits. PHPBB3-11620
* [ticket/11620] Fix quotes in extract_hostname_testAndy Chase2013-07-051-7/+7
| | | | PHPBB3-11620
* [ticket/11620] Add extract_current_hostnameAndy Chase2013-07-051-0/+58
Add a tests for extracting the current hostname from session. PHPBB3-11620