mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #1006 from romainneutron/fix-connection-master
[Ready][3.9] Add reconnectable connection
This commit is contained in:
@@ -84,7 +84,7 @@ class InstallTest extends \PhraseanetTestCase
|
||||
|
||||
self::$DI['cli']['phraseanet.installer']->expects($this->once())
|
||||
->method('install')
|
||||
->with($email, $password, $this->isInstanceOf('Doctrine\DBAL\Connection'), $serverName, $dataPath, $this->isInstanceOf('Doctrine\DBAL\Connection'), $template, $this->anything());
|
||||
->with($email, $password, $this->isInstanceOf('Doctrine\DBAL\Driver\Connection'), $serverName, $dataPath, $this->isInstanceOf('Doctrine\DBAL\Driver\Connection'), $template, $this->anything());
|
||||
|
||||
$command = new Install('system:check');
|
||||
$command->setHelperSet($helperSet);
|
||||
|
Reference in New Issue
Block a user