Update tests to show both icons and texts
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
88d7fe2c9c
commit
d7e7322610
@ -45,7 +45,7 @@ class PMA_TblTrackingTest extends PHPUnit_Framework_TestCase
|
||||
$GLOBALS['db'] = "PMA_db";
|
||||
$GLOBALS['table'] = "PMA_table";
|
||||
$GLOBALS['cfg']['ServerDefault'] = "server";
|
||||
$GLOBALS['cfg']['ActionLinksMode'] = 'ActionLinksMode';
|
||||
$GLOBALS['cfg']['ActionLinksMode'] = 'both';
|
||||
$GLOBALS['cfg']['MaxCharactersInDisplayedSQL'] = 1000;
|
||||
|
||||
$_SESSION['relation'][$GLOBALS['server']] = array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user