- Coupon - unit test : no more fatal but some skipped/incomplete
This commit is contained in:
gmorel
2013-09-09 16:59:53 +02:00
parent e839c92549
commit 0fb331a5cb
18 changed files with 3400 additions and 3286 deletions

View File

@@ -52,9 +52,9 @@ abstract class Operators
/** Param1 is different to Param2 */
CONST DIFFERENT = '!=';
/** Param1 is in Param2 */
CONST IN = 'in';
CONST IN = 'in';
/** Param1 is not in Param2 */
CONST OUT = 'out';
CONST OUT = 'out';
// /**
// * Check if a parameter is valid against a ComparableInterface from its operator