aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/extract_page_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11850] Add test for outside of the phpBB directoryNathan Guse2013-09-181-0/+16
| | | | PHPBB3-11850
* [ticket/11850] page_name contains controller request rather than query stringNathan Guse2013-09-171-12/+46
| | | | | | Fixing tests PHPBB3-11850
* [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-10/+10
| | | | 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-13/+13
| | | | PHPBB3-11620
* [ticket/11620] Make testable_facade non-static, expand.Andy Chase2013-07-051-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_testAndy Chase2013-07-051-5/+5
| | | | PHPBB3-11620
* [ticket/11620] Add data provider to extract_pageAndy Chase2013-07-051-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_testAndy Chase2013-07-051-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