aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_module_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Avoid using self as constant in testsrxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/13777] Fix testsMateBartus2015-05-311-5/+6
| | | | PHPBB3-13777
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12026] Add functional test for ucp extension moduleJoas Schilling2013-12-031-5/+40
| | | | PHPBB3-12026
* [ticket/11700] Correctly load templates for extensionsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-2/+2
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11696] Remove manual loading of db_tools in extension controller testJoas Schilling2013-07-141-2/+0
| | | | | | Remember to store the file, before commiting it... PHPBB3-11696
* [ticket/11550] Specify a valid path so it's clearer that it must be a pathJoas Schilling2013-06-111-1/+1
| | | | PHPBB3-11550
* [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-8/+0
| | | | PHPBB3-11550
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-30/+8
| | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-06-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ticket/11568-develop * 'develop' of https://github.com/phpbb/phpbb3: (29 commits) [ticket/11588] Also use version.phpbb.com in install_update.php. [ticket/11587] Add functional tests for group teampage settings [ticket/11538] Add admin as admins leader and moderator in memberlist_test [ticket/11587] Pass legend and teampage settings to group_create() [ticket/11586] Move $filedata['thumbnail'] to where it might be returned. [ticket/11586] Combine $filedata['post_attach'] assign into a single statement. [ticket/11586] Use a variable for $cat_id == ATTACHMENT_CATEGORY_IMAGE. [ticket/11586] Combine administrator/moderator checks together. [ticket/11583] Use a new lang key instead of giving the old one a new meaning. [ticket/11122] Add dhruv to active authors [ticket/11122] Remove Oleg and igorw from active authors [ticket/10840] Add check_form_key to acp_groups.php [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher. [ticket/11409] Add success message after updating group position settings [ticket/11549] Add functional test for ACP Extension Module with Template [ticket/11570] Fix link and make the notice more conspiciuous [ticket/11549] Do not set extension dir path for style in adm/index.php [ticket/11570] Add link back to update process [ticket/11569] Add type parameter and fix language variable [ticket/11569] Add parameter to URL and remove comment ... Conflicts: tests/functional/common_groups_test.php
* [ticket/11549] Add functional test for ACP Extension Module with TemplateJoas Schilling2013-05-311-0/+130
PHPBB3-11549