mirror of
https://github.com/friendica/friendica
synced 2025-04-28 15:44:24 +02:00
Fixing some AutomaticInstallationConsoleTests
This commit is contained in:
parent
c5973beca4
commit
d4b23ca8b9
4 changed files with 292 additions and 136 deletions
|
@ -22,10 +22,6 @@ abstract class ConsoleTest extends MockedTest
|
|||
{
|
||||
parent::setUp();
|
||||
|
||||
if (!getenv('MYSQL_DATABASE')) {
|
||||
$this->markTestSkipped('Please set the MYSQL_* environment variables to your test database credentials.');
|
||||
}
|
||||
|
||||
Intercept::setUp();
|
||||
|
||||
$this->setUpVfsDir();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue