Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 123 → Rev 124

/trunk/scripts/tests/bibliotheque/EfloreScriptTest.php
5,9 → 5,6
 
public function testChargerConfigDuProjetAvecFichiersIni() {
$cheminRacine = realpath(dirname(__FILE__).'/../tmp/').'/';
if (!file_exists($cheminRacine.'test.defaut.ini')) {
file_put_contents($cheminRacine.'test.defaut.ini', '');
}
if (!file_exists($cheminRacine.'test.ini')) {
file_put_contents($cheminRacine.'test.ini', "[tables]\ntest=OK");
}