Fix BrowseForeignersTest global dependencies

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2017-12-18 16:57:04 -02:00
parent 52c2af25ed
commit ce278386d9

View File

@ -22,9 +22,12 @@ class BrowseForeignersTest extends TestCase
*
* @return void
*/
public function setup()
public function setUp()
{
$GLOBALS['cfg']['LimitChars'] = 50;
$GLOBALS['cfg']['MaxRows'] = 25;
$GLOBALS['cfg']['RepeatCells'] = 100;
$GLOBALS['cfg']['ShowAll'] = false;
$GLOBALS['pmaThemeImage'] = '';
}