Make DatabaseTest::getConnection() return the correct database name to PHPUnit
This commit is contained in:
parent
f3ca3b2bd5
commit
e7fceb8e61
|
@ -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 New Issue
Block a user