aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/metadata_manager_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+2
| | | | PHPBB3-14948
* [ticket/14972] Avoid using self as constant in testsrxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-071-0/+7
| | | | PHPBB3-14394
* [ticket/11467] Add language variables to testsn-aleha2014-05-291-1/+1
| | | | | | Convert the hardcoded strings to language variables. PHPBB3-11467
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12284] Fix functional test for extension manager changesMatt Friedman2014-03-171-1/+1
| | | | PHPBB3-12284
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
| | | | PHPBB3-11696
* [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-19/+5
| | | | | | | 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 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-3/+3
| | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-4/+0
| | | | PHPBB3-11568
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-1/+1
| | | | PHPBB3-11568
* [ticket/11450] Limit scopes of filters and add better docsJoas Schilling2013-05-081-11/+11
| | | | PHPBB3-11450
* [ticket/11450] Use helpers to copy/remove filesJoas Schilling2013-05-081-23/+21
| | | | PHPBB3-11450
* [ticket/11450] Add test for unexisting composer.jsonJoas Schilling2013-05-081-1/+10
| | | | PHPBB3-11450
* [ticket/11450] Test the extensions details page in ACP Customise TabJoas Schilling2013-05-081-0/+104
PHPBB3-11450