I'm trying to write some unit tests in Lime but the list of valid test methods in the documentation seems to be rather limited:
http://www.symfony-project.org/jobeet/1_4/Doctrine/en/08
I'm trying to write a number of tests which attempt to save a model with incorrect values.
Does Lime have a method that will work correctly for this?
A quick google on the topic brought up nothing useful.
Surely there must be an easy way to do this?
Any advice appreciated.
Thanks.