Skip to content

Commit

Permalink
Too much "clear database"
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBigDev committed Apr 5, 2018
1 parent edbc532 commit f3bb9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PrestaShopBundle/Utils/DatabaseCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function createTestDB()
$process = new Process('php bin/console prestashop:schema:update-without-foreign --env=test');
$process->run();
$install->initializeTestContext();
$install->installDefaultData('test_shop', false, true, false);
$install->installDefaultData('test_shop', false, false, false);
$install->populateDatabase();
$install->installCldrDatas();

Expand Down

0 comments on commit f3bb9be

Please sign in to comment.