aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_content/phpbb_clean_search_string_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/10423] Remove unnecessary include in testOliver Schramm2014-04-151-1/+0
| | | | PHPBB3-10423
* [ticket/10423] Match multiple wildcardsOliver Schramm2014-04-131-0/+2
| | | | | | | | Multiple wildcards are removed from the string if there is no word before or after them. If there is a word before or after them, they are just replaced with a single one. PHPBB3-10423
* [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-0/+37
PHPBB3-10423