fix broken test

This commit is contained in:
Manuel Raynaud
2013-07-05 12:13:28 +02:00
parent 9ed14bf7a3
commit e0416c08f8
2 changed files with 1 additions and 31 deletions

View File

@@ -33,9 +33,7 @@ class TlogTest extends \PHPUnit_Framework_TestCase
public static function setUpBeforeClass()
{
if (!\Propel::isInit()){
\Propel::init(THELIA_ROOT . "/local/config/config_thelia.php");
}
self::$logger = Tlog::getInstance();