romaricdrigon / MetaYaml

A powerful schema validator!
MIT License
104 stars 21 forks source link

Allow non-scalar values to be validated in Enum #7

Open dantleech opened 10 years ago

dantleech commented 10 years ago

If the user specified an array in an enum choice, then a PHP "Array to string" conversion error was given instead of the expected Exception.

romaricdrigon commented 10 years ago

Hi,

This looks like a nice addition. Could you please a little test on this one? You just have to add a test method to EnumNodeValidator.