aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_content
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-021-6/+11
| | | | PHPBB3-15893
* [ticket/15893] Add test for covering phpbb_format_quoteMarc Alexander2018-12-021-0/+52
| | | | PHPBB3-15893
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-5/+0
| | | | PHPBB3-14576
* [ticket/12662] Update tests that utilize get_username_stringPayBas2014-06-251-7/+7
| | | | PHPBB3-12662
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | PHPBB3-12594
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-0/+38
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10423] Replace foreach with function in viewtopic.php [ticket/10423] Remove unnecessary include in test [ticket/10423] Match multiple wildcards [ticket/10423] Move code into a function and add tests for it [ticket/10423] Remove * from search or highlight string
| * Merge pull request #2195 from Elsensee/ticket/10423Joas Schilling2014-04-151-0/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10423] Remove * from search or highlight string * Elsensee/ticket/10423: [ticket/10423] Replace foreach with function in viewtopic.php [ticket/10423] Remove unnecessary include in test [ticket/10423] Match multiple wildcards [ticket/10423] Move code into a function and add tests for it [ticket/10423] Remove * from search or highlight string
| | * [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
* | [ticket/12341] Update test with new class name and dependenciesOliver Schramm2014-04-021-2/+3
|/ | | | PHPBB3-12341
* [ticket/12341] Add tests for get_username_string()Oliver Schramm2014-04-011-0/+125
PHPBB3-12341