--CREDITS-- Henrique Moody --FILE-- positive() ) ) ) ) ); try { $validator->check(2); } catch (ValidationException $exception) { echo $exception->getMessage() . PHP_EOL; } try { $validator->assert(2); } catch (NestedValidationException $exception) { echo $exception->getFullMessage() . PHP_EOL; } ?> --EXPECT-- 2 must not be positive - 2 must not be positive