Fixed trigger editor unit test

This commit is contained in:
Rouslan Placella 2011-08-09 22:40:57 +01:00
parent 64ae406cfd
commit 2ebf0702f1

View File

@ -17,8 +17,8 @@ class PMA_TRI_getEditorForm_test extends PHPUnit_Framework_TestCase
{
public function setUp()
{
if (! function_exists('PMA_DBI_get_tables')) {
function PMA_DBI_get_tables($db)
if (! function_exists('PMA_DBI_fetch_result')) {
function PMA_DBI_fetch_result($query)
{
return array('table1', 'table`2');
}