mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Make DatabaseTest::getConnection() return the correct database name to PHPUnit
This commit is contained in:
parent
f3ca3b2bd5
commit
e7fceb8e61
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ abstract class DatabaseTest extends TestCase
|
|||
}
|
||||
}
|
||||
|
||||
return $this->createDefaultDBConnection(dba::get_db(), 'friendica_test:');
|
||||
return $this->createDefaultDBConnection(dba::get_db(), getenv('DB'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue