phpmyadmin/test/classes/Controllers/Server
Maurício Meneghini Fauth f6ce169290
Fix issue when updating privs for various databases
The sql_query global variable should be a string, and it can be a string
in this case, which will cause an error as the string will not be
converted to array.

Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2024-11-05 15:09:21 -03:00
..
Databases Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
Privileges Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00
Status Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00
BinlogControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
CollationsControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
DatabasesControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
EnginesControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
PluginsControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
PrivilegesControllerTest.php Fix issue when updating privs for various databases 2024-11-05 15:09:21 -03:00
ShowEngineControllerTest.php Call PHPUnit static methods using static calls 2024-10-12 14:28:22 -03:00
VariablesControllerTest.php Make PHPUnit's assertions stricter 2024-10-12 15:33:45 -03:00