Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Feb 7, 2024
1 parent 6c611c7 commit 27c0ea3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpunit-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@

echo 'MySQL version: ' . $version . PHP_EOL;

$GLOBALS['db_type'] = 'pdo_mysql';
$GLOBALS['db_host'] = '127.0.0.1';
$GLOBALS['db_port'] = 3306;
$GLOBALS['db_username'] = 'root';
$GLOBALS['db_password'] = '';
$GLOBALS['db_name'] = 'geo_tests';

// doctrine/dbal >= 2.13.0
$GLOBALS['db_driver'] = 'pdo_mysql';
Expand Down Expand Up @@ -79,12 +76,9 @@

echo 'PostGIS version: ' . $version . PHP_EOL;

$GLOBALS['db_type'] = 'pdo_pgsql';
$GLOBALS['db_host'] = 'localhost';
$GLOBALS['db_port'] = 5432;
$GLOBALS['db_username'] = 'postgres';
$GLOBALS['db_password'] = 'postgres';
$GLOBALS['db_name'] = 'geo_tests';

// doctrine/dbal >= 2.13.0
$GLOBALS['db_driver'] = 'pdo_pgsql';
Expand Down

0 comments on commit 27c0ea3

Please sign in to comment.