1..55 ok 1 - ->initialize() takes a required check parameter ok 2 - ->initialize() takes an operator parameter in (>, >=, <, <=, ==, !=) # ->execute() - == operator (default operator) ok 3 - ->execute() accepts a check parameter ok 4 - ->execute() doesn't change $error if it returns true ok 5 - ->execute() accepts a check parameter ok 6 - ->execute() changes $error with a default message if it returns false ok 7 - ->execute() accepts a check parameter ok 8 - ->execute() changes $error with a default message if it returns false ok 9 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - == operator ok 10 - ->execute() accepts a check parameter ok 11 - ->execute() doesn't change $error if it returns true ok 12 - ->execute() accepts a check parameter ok 13 - ->execute() changes $error with a default message if it returns false ok 14 - ->execute() accepts a check parameter ok 15 - ->execute() changes $error with a default message if it returns false ok 16 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - != operator ok 17 - ->execute() accepts a check parameter ok 18 - ->execute() doesn't change $error if it returns true ok 19 - ->execute() accepts a check parameter ok 20 - ->execute() changes $error with a default message if it returns false ok 21 - ->execute() accepts a check parameter ok 22 - ->execute() changes $error with a default message if it returns false ok 23 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - > operator ok 24 - ->execute() accepts a check parameter ok 25 - ->execute() doesn't change $error if it returns true ok 26 - ->execute() accepts a check parameter ok 27 - ->execute() changes $error with a default message if it returns false ok 28 - ->execute() accepts a check parameter ok 29 - ->execute() changes $error with a default message if it returns false ok 30 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - >= operator ok 31 - ->execute() accepts a check parameter ok 32 - ->execute() doesn't change $error if it returns true ok 33 - ->execute() accepts a check parameter ok 34 - ->execute() doesn't change $error if it returns true ok 35 - ->execute() accepts a check parameter ok 36 - ->execute() changes $error with a default message if it returns false ok 37 - ->execute() accepts a check parameter ok 38 - ->execute() changes $error with a default message if it returns false ok 39 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - < operator ok 40 - ->execute() accepts a check parameter ok 41 - ->execute() doesn't change $error if it returns true ok 42 - ->execute() accepts a check parameter ok 43 - ->execute() changes $error with a default message if it returns false ok 44 - ->execute() accepts a check parameter ok 45 - ->execute() changes $error with a default message if it returns false ok 46 - ->execute() changes $error with a custom message from compare_error parameter # ->execute() - <= operator ok 47 - ->execute() accepts a check parameter ok 48 - ->execute() doesn't change $error if it returns true ok 49 - ->execute() accepts a check parameter ok 50 - ->execute() doesn't change $error if it returns true ok 51 - ->execute() accepts a check parameter ok 52 - ->execute() changes $error with a default message if it returns false ok 53 - ->execute() accepts a check parameter ok 54 - ->execute() changes $error with a default message if it returns false ok 55 - ->execute() changes $error with a custom message from compare_error parameter Looks like everything went fine.