Skip to content

Commit

Permalink
Define LimitChars when we are using that
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 26, 2012
1 parent 8f1a74a commit ed6d977
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/libraries/common/PMA_extractColumnSpec_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
*/
class PMA_extractColumnSpec_test extends PHPUnit_Framework_TestCase
{

protected function setUp()
{
$GLOBALS['cfg']['LimitChars'] = 1000;
}

/**
* Test case for parsing SHOW COLUMNS output
*
Expand Down

0 comments on commit ed6d977

Please sign in to comment.