aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/validate_referrer_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11620] Whitespace and combine function into test_caseAndy Chase2013-07-221-3/+4
| | | | PHPBB3-11620
* [ticket/11620] Space between . in directory import concatenationAndy Chase2013-07-221-1/+1
| | | | PHPBB3-11620
* [ticket/11620] Changes for code guidelines consistencyAndy Chase2013-07-221-2/+3
| | | | 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] Minor changes to tests for coding standardsAndy Chase2013-07-081-2/+2
| | | | PHPBB3-11620
* [ticket/11620] Fix typo and confusingly named testAndy Chase2013-07-051-2/+2
| | | | PHPBB3-11620
* [ticket/11620] Add indentation, change quote style.Andy Chase2013-07-051-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 testAndy Chase2013-07-051-0/+80
Add a test for the validate_referrer function. PHPBB3-11620