public function OpignoSimpleUIUserTest::__testRoleAndPermissionsAdministration in Opigno 7.0
Check that the role administration page, as well as the new permissions page, work correctly. Check new permissions checkboxes. Should be different from the default ones.
File
- modules/
opigno_simple_ui/ tests/ opigno_simple_ui.user.test, line 69 - Check User overrides.
Class
- OpignoSimpleUIUserTest
- @file Check User overrides.
Code
public function __testRoleAndPermissionsAdministration() {
$this
->assertTrue(0);
}