--CREDITS-- Henrique Moody --TEST-- not() with recursion should update mode of its children --FILE-- positive() ); $validator->check(2); } catch (ValidationException $exception) { echo $exception->getMessage() . PHP_EOL; } ?> --EXPECT-- 2 must not be positive