Is it possible to have a fixture change between test methods? If you are not familiar with the CakePHP frameworkso, you how can maybe still help me. CakePHP uses SimpleTestI do this?
My syntax for this problem :
In the cakephp framework i am building tests for a behavior that is configured by adding fields to the table. This is intended to work in the same way that adding the "created" and "modified" fields will auto-populate these fields on save.
To test this I could create dozens of fixtures/model combos to test the different setups, but it would be a hundred times better, faster and easier to just have the fixture change "shape" between test methods.
Do
If you know how are not familiar with the CakePHP framework, you can maybe still help me as it uses SimpleTest
Edit: rephrased question to do this?be more general
