Skip to content

Commit

Permalink
Define cell_align_left for tests
Browse files Browse the repository at this point in the history
It's defined early in common.inc.php so it's always available.

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 17, 2016
1 parent c60f973 commit 35dae12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bootstrap-dist.php
Expand Up @@ -81,6 +81,7 @@
$_SESSION['tmpval']['pftext'] = 'F';
$GLOBALS['lang'] = 'en';
$GLOBALS['is_ajax_request'] = false;
$GLOBALS['cell_align_left'] = 'left';

// Check whether we have runkit extension
define('PMA_HAS_RUNKIT', function_exists('runkit_constant_redefine'));
Expand Down

0 comments on commit 35dae12

Please sign in to comment.