| Line 232... |
Line 232... |
| 232 |
array('climat','bdtfx.nn:101128'),
|
232 |
array('climat','bdtfx.nn:101128'),
|
| 233 |
array('sol','bdtfx.nn:101128'));
|
233 |
array('sol','bdtfx.nn:101128'));
|
| 234 |
$parametresListe = array('retour' => 'image/png');
|
234 |
$parametresListe = array('retour' => 'image/png');
|
| 235 |
foreach ($ressourcesListe as $ressources) {
|
235 |
foreach ($ressourcesListe as $ressources) {
|
| 236 |
ServiceEflorePhpUnit::consulterBrut($this->service, $this->projet, $ressources, $parametresListe);
|
236 |
ServiceEflorePhpUnit::consulterBrut($this->service, $this->projet, $ressources, $parametresListe);
|
| 237 |
$fichier = config::get('cache.stockageChemin')."".$this->getFichier($ressources);
|
237 |
$fichier = config::get('cache_stockageChemin') . $this->getFichier($ressources);
|
| 238 |
$this->assertFileExists($fichier.".svg"," {$fichier}.svg n'existe pas.");
|
238 |
$this->assertFileExists($fichier.".svg"," {$fichier}.svg n'existe pas.");
|
| 239 |
$this->assertFileExists($fichier.".png"," {$fichier}.png n'existe pas.");
|
239 |
$this->assertFileExists($fichier.".png"," {$fichier}.png n'existe pas.");
|
| 240 |
}
|
240 |
}
|
| 241 |
}
|
241 |
}
|
| 242 |
}
|
242 |
}
|