我收到以下错误:
Array (
[0] => Missing table 'TEST_USERS'. If running from a test you may need to add 'app.TEST_USER' to the fixtures array. See output
below for more details.
[1] => Array
(
[className] => TESTUSER
[table] => TEST_USERS
[code] => 500
)
)
该表不存在。
该表不应该存在。
我 grepped 我的代码并没有发现对 TEST_USERS、TESTUSERS 或 TEST.USERS 的引用。
我确实有一个名为 USERS_TEST 的表。
我可以获得一些故障排除提示吗?
谢谢!