<p dir="ltr">Hello devs,</p>
<p dir="ltr">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:</p>
<p dir="ltr">1) PMA_ExportSql_Test::testGetTableDefWithoutDrizzle</p>
<p dir="ltr">Expectation failed for method name is equal to <string:query> when invoked at sequence index 5.</p>
<p dir="ltr">Mocked method does not exist.</p>
<p dir="ltr">I have no idea on this problem, could you help me out?</p>
<p dir="ltr">Best regards,</p>
<p dir="ltr">Jason</p>