phpmyadmin/test/classes/Server
Kamil Tekiela 55a6f09ce8
Server privileges controller globals removal (#17986)
* $GLOBALS['url_dbname']
* $GLOBALS['grants'], $GLOBALS['one_grant']
* $GLOBALS['export']
* $GLOBALS['title']
* $GLOBALS['itemType']
* $GLOBALS['_add_user_error']
* $GLOBALS['queries_for_display']
* $GLOBALS['ret_queries']
* $GLOBALS['ret_message']
* $GLOBALS['queries']
* Remove redundant code
* $GLOBALS['password']
* $GLOBALS['dbname_is_wildcard']
* $GLOBALS['db_and_table']
* $GLOBALS['routinename']
* $GLOBALS['tablename']
* $GLOBALS['post_patterns']
* Update psalm-baseline.xml

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 11:46:20 -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 Server privileges controller globals removal (#17986) 2023-01-26 11:46:20 -03:00
SelectTest.php Remove useless whitespaces 2021-09-15 17:05:40 -03:00