Ejemplo n.º 1
0
 public static function setUpBeforeClass()
 {
     static::$entityCollection = array();
     static::$runtimeCollection = array();
     date_default_timezone_set('Europe/Paris');
     ImportController::importContent(ROADIZ_ROOT . '/tests/Fixtures/Handlers/Page.json', "RZ\\Roadiz\\CMS\\Importers\\NodeTypesImporter", null);
 }