/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/alnum_3.phpt (462B)
--FILE--
noWhitespace()->assert('Bla %1#%&23');
} catch (AllOfException $exception) {
echo $exception->getFullMessage();
}
?>
--EXPECTF--
- All of the required rules must pass for "Bla %1#%&23"
- "Bla %1#%&23" must contain only letters (a-z) and digits (0-9)
- "Bla %1#%&23" must not contain whitespace