Fixing some AutomaticInstallationConsoleTests

This commit is contained in:
Philipp Holzer 2019-03-14 00:19:52 +01:00 committed by Hypolite Petovan
parent c5973beca4
commit d4b23ca8b9
4 changed files with 292 additions and 136 deletions

View file

@ -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();