mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix tests
This commit is contained in:
@@ -60,7 +60,7 @@ class InstallerTest extends \PhraseanetTestCase
|
||||
$dataPath = __DIR__ . '/../../../../../datas/';
|
||||
|
||||
$installer = new Installer($app);
|
||||
$installer->install('admin@example.com', 'sdfsdsd', $abConn, 'http://local.phrasea.test.installer/', $dataPath, $dbConn, $template);
|
||||
$installer->install(uniqid('admin') . '@example.com', 'sdfsdsd', $abConn, 'http://local.phrasea.test.installer/', $dataPath, $dbConn, $template);
|
||||
|
||||
$this->assertTrue($app['configuration.store']->isSetup());
|
||||
$this->assertTrue($app['phraseanet.configuration-tester']->isUpToDate());
|
||||
|
Reference in New Issue
Block a user