Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11620] Space between . in directory import concatenation | Andy Chase | 2013-07-22 | 1 | -1/+1 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Abstracted session setUp into a test_case class | asperous | 2013-07-22 | 1 | -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 Chase | 2013-07-05 | 1 | -3/+5 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Make testable_facade non-static, expand. | Andy Chase | 2013-07-05 | 1 | -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_test | Andy Chase | 2013-07-05 | 1 | -7/+7 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Add extract_current_hostname | Andy Chase | 2013-07-05 | 1 | -0/+58 |
Add a tests for extracting the current hostname from session. PHPBB3-11620 |