Michal Čihař
76e0e6dbc8
Implement Countable interface in OptionsPropertyGroup
...
This is really needed in OptionsPropertyRootGroup, but makes sense here
as well.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-01 08:54:42 +02:00
Michal Čihař
ce9ca75555
Avoid skipping tests on hhvm
...
They seems to be quite slow on later versions, but work.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-02 10:20:22 +01:00
Michal Čihař
cd213039e8
Allow to specify name and text directly in OptionsPropertyItem contructor
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-05 15:04:02 +01:00
Michal Čihař
ecabc91424
Fix export plugin testing
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-01 14:25:05 +01:00
Madhura Jayaratne
ab49273856
Rename test classes
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-10-15 20:57:27 +11:00
Hugues Peccatte
330c92ddf7
Set namespace on properties classes.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-12 22:16:23 +02:00
Dan Ungureanu
91b97fadc2
Remove unneeded closing tags.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Dan Ungureanu
7c60eba902
Fix HHVM tests.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:19 +03:00
Ann + J.M
9d13de4ead
Fix coding style
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-12-02 20:10:55 +01:00
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