aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/extract_page_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15351] Makes confirm_works in a router context (app.php)Tristan Darricau2017-09-081-0/+16
| | | | PHPBB3-15351
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
| | | | PHPBB3-14576
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/13280] Make the tests failingTristan Darricau2014-11-121-22/+25
| | | | PHPBB3-13280
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/11850] More namespacesNathan Guse2013-09-301-1/+1
| | | | PHPBB3-11850
* [ticket/11850] Update for namespacesNathan Guse2013-09-301-1/+1
| | | | PHPBB3-11850
* [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