/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/numeric_2.phpt (464B)
--FILE--
check('a');
} catch (NumericException $e) {
echo $e->getMainMessage().PHP_EOL;
}
try {
v::numeric()->assert('a');
} catch (AllOfException $e) {
echo $e->getFullMessage().PHP_EOL;
}
?>
--EXPECTF--
"a" must be numeric
- "a" must be numeric