Hey, the solution given here:
http://stackoverflow.com/questions/693071/missing-table-with-simpletest-in-cakephp
used to work for me. But now I'm facing weird problems like empty DESCRIBE statements:
Query: DESCRIBE
Query: DESCRIBE
Query: DESCRIBE
Query: SELECT UserDatum
.nome
FROM AS UserDatum
WHERE user_type_id
IS NULL ORDER BY nome
ASC LIMIT 1
and then the error:
"Database table user_data for model UserDatum was not found."
even when I put 'app.user_datum' in the fixtures array. Does anyone know what it can possibly be? I'm using cake 1.3.