aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/extension_permission_lang_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-3/+3
| | | | PHPBB3-14948
* [ticket/14972] Avoid using self as constant in testsrxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12017] Copy config/ dir so events workJoas Schilling2013-11-141-1/+2
| | | | PHPBB3-12017
* [ticket/11582] Correctly add all required fixturesJoas Schilling2013-07-171-0/+1
| | | | PHPBB3-11582
* [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-141-1/+1
| | | | PHPBB3-11582
* [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-35/+4
| | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550
* [ticket/11550] Fix copying the fixtures in extension_permission_lang_test.phpJoas Schilling2013-06-081-1/+4
| | | | PHPBB3-11550
* Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-2/+2
| | | | | | | | | | | * 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-2/+0
| | | | PHPBB3-11568
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-1/+1
| | | | PHPBB3-11568
* [ticket/11458] Update functional testOpenShift guest2013-05-111-0/+5
| | | | | | Show that the phpbb permission lanuage file is being included PHPBB3-11458
* [ticket/11458] Use helper to create/move/delete directories/filesOpenShift guest2013-05-091-24/+27
| | | | PHPBB3-11458
* [ticket/11458] Fix functional test againOpenShift guest2013-04-141-20/+64
| | | | | | | Add 'u_foo' to phpbb_acl_options Make sure extension and fixtures are added before running test PHPBB3-11458
* [ticket/11458] Fix testOpenShift guest2013-04-131-1/+8
| | | | PHPBB-11458
* [ticket/11458] Add functional testOpenShift guest2013-04-131-0/+59
Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458