Promlems with Fixtures using $import in RC3

2008-10-03 Thread cdamian
I am having problems with fixtures which use $import = "SomeModel". I am getting the usual "Database table some_models for model SomeModel was not found." Sometimes it helps to change it to $import = array('table' => 'some_models'); but this doesn't solve it all the time. Especially if there are

Re: testAction and Mock objects

2008-08-25 Thread cdamian
I also have problems with testAction() and fixtures, somehow it does not seem to be quite ready yet. On Aug 25, 1:50 pm, JuergenRiemer <[EMAIL PROTECTED]> wrote: > One thing I have to add: if I call the methods directly like > $this->UsersController->display(); > the mocking works like a champ...