/home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/tests/integration/issue-805.phpt (395B)
--FILE--
setTemplate('WRONG EMAIL!!!!!!'))->assert(['email' => 'qwe']);
} catch (NestedValidationException $exception) {
print_r($exception->getMessages());
}
?>
--EXPECTF--
Array
(
[0] => WRONG EMAIL!!!!!!
)