Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 63 → Rev 64

/trunk/scripts/tests/EfloreScriptPhpUnitTestCase.php
3,7 → 3,7
 
public static function setUpBeforeClass() {
error_reporting(E_ALL);
$cheminRacine = realpath(dirname(__FILE__).'/../../').'/';
$cheminRacine = realpath(dirname(__FILE__).'/../').'/';
$framework = $cheminRacine.'framework.php';
if (!file_exists($framework)) {
$e = "Veuillez paramétrer l'emplacement et la version du Framework dans le fichier $framework";