Fix tests

This commit is contained in:
James Cole
2018-07-03 05:52:27 +02:00
parent 2260ede559
commit d48c3a6d2f
3 changed files with 39 additions and 11 deletions

View File

@@ -91,6 +91,9 @@ return [
'min.array' => 'The :attribute must have at least :min items.',
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'numeric_native' => 'The native amount must be a number.',
'numeric_destination' => 'The destination amount must be a number.',
'numeric_source' => 'The source amount must be a number.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',