phpmyadmin/test/config.e2e.inc.php
Maurício Meneghini Fauth 1e502a482f
Always expand Console in Selenium tests
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-26 12:05:55 -03:00

13 lines
275 B
PHP

<?php
declare(strict_types=1);
$i = 0;
$cfg['Servers'] = [];
$i++;
$cfg['Servers'][$i]['verbose'] = 'Local';
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['UploadDir'] = '../test/test_data/';
$cfg['Console']['Mode'] = 'show';