Fix BrowseForeignersTest global dependencies
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
52c2af25ed
commit
ce278386d9
@ -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'] = '';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user