aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/foo
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11465] Add comments explaining the testsMarc Alexander2013-05-102-2/+8
| | | | PHPBB3-11465
* [ticket/11465] Add unit tests for acp_modules::get_module_infos()Marc Alexander2013-03-226-0/+63
| | | | | | | | | | | | | | | | | The tests add 3 different modules. One acp module that should be found (acp/a_module), one acp module that should not be found (acp/fail_module), and one mcp module that should work again (mcp/a_module). The modules' info files had to be included as they were not auto-loaded for some reason. There are several test stages. First of, it is tested if the correct mcp and acp module is returned. Afterwards, the proper loading of specified modules is tested. One with an existing module and one with a not existing module. Finally, the test concludes with trying to get the module info of not existing ucp modules. Other classes like foobar would have also worked for that check but I decided to use the ucp type of class as that is the one type missing from the added test modules. PHPBB3-11465
* [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-1/+1
| | | | PHPBB3-10631
* [ticket/10631] Metadata manager testsNathan Guse2012-09-011-0/+22
| | | | PHPBB3-10631
* [ticket/10663] Adding nested directory to finder testVjacheslav Trushkin2012-02-211-0/+0
| | | | | | Adding nested directory to finder test, triggering finder bug PHPBB3-10663
* [feature/extension-manager] Split disabling extensions up into steps as wellNils Adermann2011-11-181-0/+8
| | | | PHPBB3-10323
* [feature/extension-manager] Add prefix to extension meta data / install classesNils Adermann2011-10-142-5/+5
| | | | PHPBB3-10323
* [feature/extension-manager] Add missing newlines at end of filesNils Adermann2011-09-294-4/+4
| | | | PHPBB3-10323
* [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-296-0/+30
Extensions RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41499 Ticket: http://tracker.phpbb.com/browse/PHPBB3-10323 PHPBB3-10323