Tagged Questions
1
vote
2answers
471 views
unit testing of dynamic fixtures
Is it possible to have a fixture change between test methods? If so, how can I do this?
My syntax for this problem :
In the cakephp framework i am building tests for a behavior that is configured ...