aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/create_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/11620] Whitespace and combine function into test_caseAndy Chase2013-07-221-1/+1
| | | | PHPBB3-11620
* [ticket/11620] Expected and actual test conditions wrongly swappedAndy Chase2013-07-221-1/+1
| | | | PHPBB3-11620
* [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] Minor changes to tests for coding standardsAndy Chase2013-07-081-3/+3
| | | | PHPBB3-11620
* [ticket/11620] Reworked create_test without data providerAndy Chase2013-07-051-42/+11
| | | | PHPBB3-11620
* [ticket/11620] Add create_test with test for bot detectionAndy Chase2013-07-051-0/+86
Added a test for the creation of a session with a simple test for detecting whether a bot is present. PHPBB3-11620