Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+10 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11620] Whitespace and combine function into test_case | Andy Chase | 2013-07-22 | 1 | -1/+1 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Expected and actual test conditions wrongly swapped | Andy Chase | 2013-07-22 | 1 | -1/+1 |
| | | | | PHPBB3-11620 | ||||
* | [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] Minor changes to tests for coding standards | Andy Chase | 2013-07-08 | 1 | -3/+3 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Reworked create_test without data provider | Andy Chase | 2013-07-05 | 1 | -42/+11 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Add create_test with test for bot detection | Andy Chase | 2013-07-05 | 1 | -0/+86 |
Added a test for the creation of a session with a simple test for detecting whether a bot is present. PHPBB3-11620 |