phpmyadmin/test/classes/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
..
Privileges Add support for account locking 2021-08-21 00:55:33 -03:00
SysInfo Improve the types of the Server\SysInfo classes 2022-05-30 22:46:18 -03:00
PluginsTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
PluginTest.php Add PHPUnit's Covers annotation on test classes 2021-06-04 23:39:26 -03:00
PrivilegesTest.php Minor code refactoring of Privileges.php (#17993) 2023-01-28 20:40:30 -03:00
SelectTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00