Commit Graph

5 Commits

Author SHA1 Message Date
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
Hugues Peccatte
094313412d Fix file names.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-24 16:46:04 +01:00
Madhura Jayaratne
f311c9c502 Remove trailing white spaces 2013-11-03 19:13:23 +05:30
ayushchd
811146d168 Tests for abstract classes 2013-07-19 13:54:29 +05:45
ayushchd
df114e88dc UTs for libraries/properties/* 2013-07-18 15:33:44 +05:45