aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/language
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-221-0/+5
| | | | | | | | | To ensure that the new lang_set_ext variable available with the core.user_setup event works properly, a functional test was added. It overwrites the value of the 'SKIP' language key, which is assumed to remain in use for some time to come. PHPBB3-11792
* [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-141-1/+1
| | | | PHPBB3-11582
* [ticket/11582] Fix extension permission testsJoas Schilling2013-07-141-2/+1
| | | | PHPBB3-11582
* [ticket/11458] Add functional testOpenShift guest2013-04-131-0/+6
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