Revert upgrade disable

This commit is contained in:
Romain Neutron
2012-09-25 00:46:16 +02:00
parent 30b22ad79f
commit 2f5763d4ba

View File

@@ -558,7 +558,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
}
$upgrader = new Setup_Upgrade(self::$application);
// $appbox->forceUpgrade($upgrader, self::$application);
$appbox->forceUpgrade($upgrader, self::$application);
unset($upgrader);
$command = __DIR__ . '/../bin/doctrine orm:schema-tool:update --force';