phpmyadmin/test/classes/Controllers
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
..
Console/Bookmark Extract /console/bookmark/add action from ImportController 2022-09-21 00:06:14 -03:00
Database Remove globals from the Replication class 2023-01-13 17:12:23 -03:00
Export Add better type inference 2022-12-20 18:55:03 +00:00
Import Fix ImportController failing test and other minor fixes 2022-12-14 13:33:37 -03:00
Normalization Update PHPStan and Psalm baselines 2022-11-23 17:28:31 -03:00
Server Minor code refactoring of Privileges.php (#17993) 2023-01-28 20:40:30 -03:00
Sql Fix tests marked as incomplete 2022-10-31 20:22:54 -03:00
Table Fix incomplete test after previous PR 2023-01-28 14:01:26 +00:00
Transformation Add ServerRequest parameter to all controllers 2022-07-28 01:00:08 -03:00
AbstractControllerTest.php Replace Core::fatalError() calls in controllers 2022-10-31 20:25:55 -03:00
CheckRelationsControllerTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
CollationConnectionControllerTest.php Changing parameters to Parser 2022-10-14 23:52:12 -03:00
JavaScriptMessagesControllerTest.php Move /messages HTTP headers to the JavaScriptMessagesController 2022-10-22 22:42:43 -03:00
LintControllerTest.php Remove $params array 2022-11-05 21:24:10 +00:00
LogoutControllerTest.php Create a factory for auth plugin creation 2022-11-16 19:32:10 -03:00
NavigationControllerTest.php Improve type of DatabaseInterface::getLowerCaseNames() 2022-11-19 15:50:14 -03:00
SchemaExportControllerTest.php Extract schema export from schema plugins 2022-11-12 12:56:48 -03:00
ThemeSetControllerTest.php Set dbi only when the test needs it 2022-07-14 02:21:45 -03:00
VersionCheckControllerTest.php Extract header() calls from Core::headerJSON() method 2022-10-23 20:05:20 -03:00