Skip to content

Commit

Permalink
add PMA_Table::$cache
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgsoc2013 committed Jul 19, 2013
1 parent 7779e5a commit da4119a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/classes/PMA_Table_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ protected function setUp()
$GLOBALS['pmaThemeImage'] = 'themes/dot.gif';
$GLOBALS['is_ajax_request'] = false;
$GLOBALS['cfgRelation'] = PMA_getRelationsParam();
PMA_Table::$cache["PMA"]["PMA_BookMark"] = array(
'ENGINE' => true,
'Create_time' => true,
'TABLE_TYPE' => true,
'Comment' => true,
);

$dbi = $this->getMockBuilder('PMA_DatabaseInterface')
->disableOriginalConstructor()
Expand Down

0 comments on commit da4119a

Please sign in to comment.