Hi Marc,
Hi Bin, could you have a look at the UT error here?
http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/4136/console
HP Fatal error: Call to undefined function PMA_getHtmlForExportUserDefinition() in /var/lib/jenkins/jobs/phpMyAdmin-continuous/workspace/test/libraries/PMA_server_privileges_test.php on line 101
I have fixed it on https://github.com/phpmyadmin/phpmyadmin/pull/588
I changed a function name when refactoring code, but forget to change it on UT due to they are on my two pull requests.
Sorry for the inconvenience.
Bin