mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Fix unit tests and arrays declaration
This commit is contained in:
@@ -20,6 +20,7 @@ use Alchemy\Phrasea\Command\Developer\LessCompiler;
|
||||
use Alchemy\Phrasea\Command\Developer\RegenerateSqliteDb;
|
||||
use Alchemy\Phrasea\Command\Developer\RoutesDumper;
|
||||
use Alchemy\Phrasea\Command\Developer\Uninstaller;
|
||||
use Alchemy\Phrasea\Command\Developer\TranslationDumper;
|
||||
|
||||
use Doctrine\DBAL\Tools\Console\Helper\ConnectionHelper;
|
||||
use Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper;
|
||||
@@ -75,7 +76,7 @@ if ($cli['configuration.store']->isSetup()) {
|
||||
}
|
||||
}
|
||||
|
||||
$cli->command(new \Alchemy\Phrasea\Command\Developer\TranslationDumper());
|
||||
$cli->command(new TranslationDumper());
|
||||
|
||||
$cli->command(new InstallAll());
|
||||
$cli->command(new BowerInstall());
|
||||
|
Reference in New Issue
Block a user