aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/finder_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-1/+0
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+2
* [ticket/12508] Add a unit test for set_extensions()Joas Schilling2014-06-101-0/+43
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-2/+2
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+3
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-0/+16
|\
| * [ticket/12589] Add test searching in a non absolute directoryTristan Darricau2014-05-261-0/+16
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/
* [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-121-22/+22
* [ticket/11700] Use spaces, not tabsNils Adermann2013-09-251-15/+15
* [ticket/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-171-11/+11
* [ticket/11700] Update finder tests for namespaced classnamesNils Adermann2013-09-161-14/+14
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-4/+4
* [ticket/11415] Add test for find_from_extension()Nathan Guse2013-05-141-0/+17
* [ticket/11335] (tests) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* Merge pull request #1324 from nickvergessen/ticket/10844-2Nils Adermann2013-04-241-1/+1
|\
| * [ticket/10844] Increase prefix to not match template/ in finder testJoas Schilling2013-04-221-1/+1
* | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-1/+2
* | [ticket/11362] Add unit test for ../ in directory pathsJoas Schilling2013-03-121-0/+16
|/
* [ticket/11386] Remove tests that check if finder cache is workingNathaniel Guse2013-03-021-5/+13
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-3/+0
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
* [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-25/+22
* [feature/extension-manager] extension finder now saves ext it found a file inNils Adermann2011-10-131-7/+5
* [feature/extension-manager] Extend the tests for finding directoriesNils Adermann2011-09-291-1/+15
* [feature/extension-manager] Don't cache the phpbb_root_path in the ext managerNils Adermann2011-09-291-2/+2
* [feature/extension-manager] Prepend the phpbb_root_path if necessary.Nils Adermann2011-09-291-5/+4
* [feature/extension-manager] Add support for directories to the extension finderNils Adermann2011-09-291-0/+14
* [feature/extension-manager] Make the cache variable name for extensions dynamicNils Adermann2011-09-291-3/+3
* [feature/extension-manager] Test creation of new extension finder cacheNils Adermann2011-09-291-1/+30
* [feature/extension-manager] Add filename prefix matching in extension finderNils Adermann2011-09-291-0/+20
* [feature/extension-manager] Porting cron tasks over to the extension finderNils Adermann2011-09-291-14/+16
* [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-0/+133