Hello devs,

Recently I was working on refactor the PMA_Table class. I moved the table cache (PMA_Table::_cache) to DatabaseInterface, and then add some functions for manipulating the cache. Unfortunately, the test failed:

1) PMA_ExportSql_Test::testGetTableDefWithoutDrizzle

Expectation failed for method name is equal to <string:query> when invoked at sequence index 5.

Mocked method does not exist.

I have no idea on this problem, could you help me out?

Best regards,

Jason