Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11620] Whitespace and combine function into test_case | Andy Chase | 2013-07-22 | 1 | -3/+4 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Space between . in directory import concatenation | Andy Chase | 2013-07-22 | 1 | -1/+1 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Changes for code guidelines consistency | Andy Chase | 2013-07-22 | 1 | -2/+3 |
| | | | | 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] Minor changes to tests for coding standards | Andy Chase | 2013-07-08 | 1 | -2/+2 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Fix typo and confusingly named test | Andy Chase | 2013-07-05 | 1 | -2/+2 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Add indentation, change quote style. | Andy Chase | 2013-07-05 | 1 | -17/+17 |
| | | | | | | | indentation is probably more important than 80 characters per line apparently. Single quotes instead of double per coding guidelines. PHPBB3-11620 | ||||
* | [ticket/11620] Add validate_referrer test | Andy Chase | 2013-07-05 | 1 | -0/+80 |
Add a test for the validate_referrer function. PHPBB3-11620 |