Line 43... |
Line 43... |
43 |
|
43 |
|
44 |
$this->assertArrayHasKey('noms', $infos, print_r($infos, true));
|
44 |
$this->assertArrayHasKey('noms', $infos, print_r($infos, true));
|
45 |
foreach ($infos['noms'] as $id => $nom) {
|
45 |
foreach ($infos['noms'] as $id => $nom) {
|
46 |
$this->assertArrayHasKey($id, $infos['noms'], print_r($infos, true));
|
46 |
$this->assertArrayHasKey($id, $infos['noms'], print_r($infos, true));
|
- |
|
47 |
$this->assertArrayHasKey('nomSci', $infos['noms'][$id], print_r($infos, true));
|
- |
|
48 |
// fails because:
|
- |
|
49 |
// svndiff -c 872 modules/resultat/formateurs/nom_scientifique/RetenuFormateur.php
|
- |
|
50 |
// 'nom_sci' => 'nom_sci_complet'
|
- |
|
51 |
// c'est à dire que les résultats passés au new RetenuFormateur() ci-dessous [= le fichier json],
|
47 |
$this->assertArrayHasKey('nomSci', $infos['noms'][$id], print_r($infos, true));
|
52 |
// doivent disposer du nom_sci_complet afin d'être formattés
|
48 |
$this->assertContains('<span class="surlignage">Viola</span>', $infos['noms'][$id]['nomSci'], print_r($infos, true));
|
53 |
$this->assertContains('<span class="surlignage">Viola</span>', $infos['noms'][$id]['nomSci'], print_r($infos, true));
|
49 |
$this->assertContains('<span class="surlignage">his</span>', $infos['noms'][$id]['nomSci'], print_r($infos, true));
|
54 |
$this->assertContains('<span class="surlignage">his</span>', $infos['noms'][$id]['nomSci'], print_r($infos, true));
|
50 |
}
|
55 |
}
|