Commit 9730c7a65ca02660e4f62a8c5b447841d01bb38a

Authored by Etienne Pallier
1 parent 0c679f0a
Exists in master and in 1 other branch dev

bugfix tests...

tests/TestCase/Controller/MaterielsControllerTest.php
... ... @@ -68,9 +68,8 @@ class MaterielsControllerTest extends General {
68 68 'app.groupes_thematiques',
69 69 'app.groupes_metiers',
70 70  
71   - // - Marche pas sur inventirap !!!
  71 + // - Marche pas avec majuscule sur inventirap ?
72 72 //'app.Projets',
73   - // - OK sur inventirap !!!
74 73 'app.projets',
75 74  
76 75 'app.fakeldapusers',
... ...
tests/TestCase/Controller/ProjetsControllerTest.php
... ... @@ -18,12 +18,20 @@ class ProjetsControllerTest extends TestCase
18 18 * @var array
19 19 */
20 20 public $fixtures = [
  21 + /* Généré automatiquement par bake (majuscules) :
21 22 'app.Projets',
22 23 'app.GroupesThematiques',
23 24 'app.Users',
24 25 //'app.Pis',
25 26 //'app.Pms',
26 27 'app.Materiels'
  28 + */
  29 + // Pour inventirap, en minuscules ???
  30 + 'app.projets',
  31 + 'app.groupes_thematiques',
  32 + 'app.users',
  33 + 'app.materiels'
  34 +
27 35 ];
28 36  
29 37 /**
... ...