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> |
||
|---|---|---|
| .. | ||
| groups | ||
| items | ||
| PMA_OptionsPropertyGroup_test.php | ||
| PMA_OptionsPropertyItem_test.php | ||
| PMA_OptionsPropertyOneItem_test.php | ||