/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/beetwen_6.phpt (314B)
--FILE--
between(1, 42))->assert(41);
} catch (AllOfException $e) {
echo $e->getFullMessage();
}
--EXPECTF--
- 41 must not be less than or equal to 42