mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14315] Add functional tests for permission roles and fix non-js
Without JS the settings were not applied due to duplicate input names. PHPBB3-14315
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
/**
|
||||
* @group ui
|
||||
*/
|
||||
class permission_roles_test extends phpbb_ui_test_case
|
||||
class ui_permission_roles_test extends phpbb_ui_test_case
|
||||
{
|
||||
|
||||
public function test_quick_links()
|
||||
public function test_permission_roles()
|
||||
{
|
||||
$this->login();
|
||||
$this->admin_login();
|
||||
|
Reference in New Issue
Block a user