/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/rules/allOf_3.phpt (385B)
--FILE--
assert(42);
} catch (AllOfException $e) {
echo $e->getFullMessage();
}
?>
--EXPECTF--
- All of the required rules must pass for 42
- 42 must be a string
- 42 must contain only consonants