aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_allfolder_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-091-1/+1
| | | | PHPBB3-15508
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-0/+1
| | | | PHPBB3-14990
* [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-031-2/+1
| | | | PHPBB3-13616
* [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
| | | | PHPBB3-13804
* [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-1/+4
| | | | PHPBB3-13638
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+4
| | | | PHPBB3-13762
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
| | | | | | | | | | | | | | | | * 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/12661] Fix unit testsTristan Darricau2014-09-021-1/+21
| | | | PHPBB3-12661
* [ticket/12661] Add new line at the end of filesPico2014-08-251-1/+1
| | | | PHPBB3-12661
* [ticket/12661] Add template testPico882014-08-241-0/+59
PHPBB3-12661