/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/beetwen_2.phpt (301B)
--FILE--
between(1, 2)->check(42);
} catch (MaxException $e) {
echo $e->getMainMessage().PHP_EOL;
}
--EXPECTF--
42 must be less than or equal to 2