aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_acp_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-301-2/+7
| | | | PHPBB3-15257
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15725] Fix installing ext in tests for master branchrxu2019-05-091-0/+5
| | | | PHPBB3-15725
* [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-4/+4
| | | | PHPBB3-15664
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+1
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Extend build matrix and trim text in extension_acp_testMarc Alexander2018-01-011-1/+1
| | | | | | | | PHPBB3-15055
* | [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/+2
| | | | PHPBB3-14394
* [ticket/12661] Add template testPico882014-08-241-1/+1
| | | | PHPBB3-12661
* [ticket/12847] Allow the extensions to say if they can be enabledTristan Darricau2014-07-131-1/+5
| | | | PHPBB3-12847
* [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/12534] Fix filter for functional testsJoas Schilling2014-05-121-2/+2
| | | | PHPBB3-12534
* [ticket/12043] Fix order of disabled extensions in unit testsMatt Friedman2014-03-291-5/+5
| | | | PHPBB3-12043
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-0/+4
| | | | PHPBB3-12009
* [ticket/12009] Update functional test to check for invalid extensions.Cesar G2013-12-121-0/+6
| | | | PHPBB3-12009
* [ticket/12009] Fix functional tests.Cesar G2013-12-121-16/+18
| | | | PHPBB3-12009
* [ticket/12002] Change functional test to use link hashJoas Schilling2013-11-081-0/+21
| | | | PHPBB3-12002
* [ticket/11994] Fix functional testsJoas Schilling2013-11-081-1/+7
| | | | PHPBB3-11994
* [ticket/11994] "Delete data" is only available for disabled extensionsJoas Schilling2013-11-081-2/+2
| | | | PHPBB3-11994
* [ticket/11994] Filter crawler for better search comparisonsJoas Schilling2013-11-081-13/+13
| | | | PHPBB3-11994
* [ticket/11994] Fix tests after uninstall renameJoas Schilling2013-11-081-8/+8
| | | | PHPBB3-11994
* [ticket/11994] Update functional tests with display nameJoas Schilling2013-11-081-3/+3
| | | | PHPBB3-11994
* [ticket/11994] Replace spaces with tabsJoas Schilling2013-11-081-55/+55
| | | | PHPBB3-11994
* [ticket/11994] Fix functional extension testsJoas Schilling2013-11-081-18/+18
| | | | PHPBB3-11994
* [ticket/11840] Use generic information in the test extensionNathan Guse2013-09-301-2/+2
| | | | | | Not sure why I had my name/info in these files... PHPBB3-11840
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-2/+3
| | | | PHPBB3-11840
* [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] We use a different fixture set for extension_acp_test.phpJoas Schilling2013-06-091-1/+1
| | | | PHPBB3-11550
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-39/+15
| | | | | | | 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-11/+11
| | | | | | | | | | | * 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/11465] Increase count of disabled extensions to 5 in functional testMarc Alexander2013-05-121-1/+1
| | | | | | | | The ACP function test checks the amount of disabled extensions. Due to the added disabled extension for the tests of the acp_modules method get_module_infos(), this needed to be increased from 4 to 5. PHPBB3-11465
* [ticket/11491] Copy files back only if we saved them previouslyJoas Schilling2013-04-121-3/+9
| | | | PHPBB3-11491
* [ticket/11491] Only copy files from phpBB/ext/ the directory existsJoas Schilling2013-04-121-4/+9
| | | | PHPBB3-11491
* [ticket/11491] Correctly remove the store/temp_ext/ directory after useJoas Schilling2013-04-121-2/+2
| | | | PHPBB3-11491
* [ticket/11491] Fix path to the ext/ folderJoas Schilling2013-04-121-1/+1
| | | | PHPBB3-11491
* [ticket/11491] Add extension_acp_test.php to functional groupJoas Schilling2013-04-121-0/+3
| | | | PHPBB3-11491
* [ticket/11491] Fix class name of functional testJoas Schilling2013-04-121-1/+1
| | | | PHPBB3-11491
* [ticket/11491] Move file to correct directoryJoas Schilling2013-04-121-0/+205
PHPBB3-11491