coen-hyde / Shanty-Mongo

Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Other
200 stars 52 forks source link

Add Ignore requirement #103

Closed chrismytton closed 11 years ago

chrismytton commented 11 years ago

When trying to set a property marked as Ignore, I was getting an exception:

Shanty_Mongo_Exception: No requirement exists for 'Ignore'

I've added a test for the failing behaviour and added the requirement definition.

coen-hyde commented 11 years ago

thanks

chrismytton commented 11 years ago

@coen-hyde Thanks for the quick merge!