Fix missing env variable replacement

This commit is contained in:
Hypolite Petovan 2018-07-03 22:46:45 -04:00
parent 7e279cc301
commit b256f5cf2c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ abstract class DatabaseTest extends TestCase
}
}
return $this->createDefaultDBConnection(dba::get_db(), getenv('DB'));
return $this->createDefaultDBConnection(dba::get_db(), getenv('MYSQL_DATABASE'));
}
/**