When I change the application model in my acceptance test, the test acutally uses that model, when I do the same in functional test… the test still uses yii/web/application
I need it to use my common/compontents/application model.
How can I change that ?
The functional _bootstrap contains my custom model…
I am totally baffled…
Any suggestions ?