/[openfoncier]/trunk/tests/testGeneral.php
ViewVC logotype

Diff of /trunk/tests/testGeneral.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7684 by softime, Thu Sep 21 15:55:37 2017 UTC revision 7685 by softime, Thu Jan 11 15:26:41 2018 UTC
# Line 248  class General extends PHPUnit_Framework_ Line 248  class General extends PHPUnit_Framework_
248          $_SESSION['login'] = "admin";          $_SESSION['login'] = "admin";
249          $_SERVER['REQUEST_URI'] = "";          $_SERVER['REQUEST_URI'] = "";
250          $f = new utils("nohtml");          $f = new utils("nohtml");
251            $GLOBALS['f'] = $f;
252          $f->disableLog();          $f->disableLog();
253    
254          require_once "../obj/om_edition.class.php";          $edition = $f->get_inst__om_edition();
         $edition = new om_edition();  
         $edition->f = $f;  
255          // Vérification du logo de collectivité mono dans le cas où :          // Vérification du logo de collectivité mono dans le cas où :
256          // - un logo multi actif est défini          // - un logo multi actif est défini
257          // - un logo actif pour la collectivité est défini          // - un logo actif pour la collectivité est défini

Legend:
Removed from v.7684  
changed lines
  Added in v.7685

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26