Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11850] Add test for outside of the phpBB directory | Nathan Guse | 2013-09-18 | 1 | -0/+16 |
| | | | | PHPBB3-11850 | ||||
* | [ticket/11850] page_name contains controller request rather than query string | Nathan Guse | 2013-09-17 | 1 | -12/+46 |
| | | | | | | Fixing tests PHPBB3-11850 | ||||
* | [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 | -10/+10 |
| | | | | 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 | -13/+13 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Make testable_facade non-static, expand. | Andy Chase | 2013-07-05 | 1 | -3/+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] Add commas in extract_page_test | Andy Chase | 2013-07-05 | 1 | -5/+5 |
| | | | | PHPBB3-11620 | ||||
* | [ticket/11620] Add data provider to extract_page | Andy Chase | 2013-07-05 | 1 | -14/+91 |
| | | | | | | | | These test cases were taken from a live session, more test cases should be added to test specific functionality in this function. PHPBB3-11620 | ||||
* | [ticket/11620] Rename class_functions_test -> extract_page_test | Andy Chase | 2013-07-05 | 1 | -0/+49 |
Renaming this file because it is going to contain a large data provider, so I'd rather split this test out. PHPBB3-11620 |