phpmyadmin/test/classes/Controllers/Server
Kamil Tekiela f7524fd3b9
Minor code refactoring of Privileges.php (#17993)
* Small fixes
* Replace escapeString with quoteString
This also fixes bug with $_POST['old_username'].
* Add userExists() method
* Merge if statements
* Use ServerRequest for $initial
* Extract getExportPageTitle from getExportUserDefinitionTextarea
* Update baselines
* Complete redesign of getCurrentAuthenticationPlugin()
* Add method getEmptyUserNotice()
* Remove redundant variable sets and unsets
* Add method checkStructureOfPrivilegeTable()
* Remove testGetHtmlForViewUsersError()
* Privatize getAddUserHtmlFieldset
* Improve tests for mysql.user table checks

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-28 20:40:30 -03:00
..
Databases Remove $params array 2022-11-05 21:24:10 +00:00
Privileges Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
Status Remove globals from the Replication class 2023-01-13 17:12:23 -03:00
BinlogControllerTest.php Refactor BinlogController.php 2022-11-08 11:59:05 +00:00
CollationsControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
DatabasesControllerTest.php Remove dependency in DatabasesController 2022-12-16 20:58:48 +00:00
EnginesControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
PluginsControllerTest.php Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
PrivilegesControllerTest.php Minor code refactoring of Privileges.php (#17993) 2023-01-28 20:40:30 -03:00
ShowEngineControllerTest.php Push dbi and dummyDbi members down 2022-07-13 00:15:53 -03:00
VariablesControllerTest.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00