phpmyadmin/test/classes/properties/options
Jeff Chan 29ca1f7892 Use stable sort for removeProperty of OptionsPropertyGroup.
The original custom sort function is not stable, which causes
different results on HHVM. It now uses the default array_diff
function which is stable. Also updated an incorrect test.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
2014-02-12 03:07:27 +00:00
..
groups Remove trailing white spaces 2013-11-03 19:13:23 +05:30
items Remove trailing white spaces 2013-11-03 19:13:23 +05:30
PMA_OptionsPropertyGroup_test.php Use stable sort for removeProperty of OptionsPropertyGroup. 2014-02-12 03:07:27 +00:00
PMA_OptionsPropertyItem_test.php Remove trailing white spaces 2013-11-03 19:13:23 +05:30
PMA_OptionsPropertyOneItem_test.php Remove trailing white spaces 2013-11-03 19:13:23 +05:30