auraphp / Aura.Filter

Validate and sanitize arrays and objects.
MIT License
159 stars 33 forks source link

Rename the field to field1 so the test can fail if the field name is not... #60

Closed harikt closed 9 years ago

harikt commented 9 years ago

... specified as $field.

pmjones commented 9 years ago

Really good catch. I should do this for all the tests, name them 'foo' or something, so that error will show up more easily.

harikt commented 9 years ago

Yes @pmjones :) . Going through the class I got the answer for your change made to value :) .