Commit accea02c03673326c9c71bc054f423df2d20e442
1 parent
616a8075
Exists in
master
and in
1 other branch
bugfix tests Projets
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
tests/TestCase/Controller/ProjetsControllerTest.php
tests/TestCase/Model/Table/MaterielsTableTest.php
... | ... | @@ -25,11 +25,16 @@ class MaterielsTableTest extends TestCase |
25 | 25 | */ |
26 | 26 | public $fixtures = [ |
27 | 27 | 'app.materiels', |
28 | + | |
28 | 29 | 'app.sur_categories', |
29 | 30 | 'app.categories', |
30 | 31 | 'app.sous_categories', |
32 | + | |
31 | 33 | 'app.groupes_thematiques', |
32 | 34 | 'app.groupes_metiers', |
35 | + | |
36 | + 'app.Projets', | |
37 | + | |
33 | 38 | 'app.fakeldapusers', |
34 | 39 | 'app.users', |
35 | 40 | 'app.organismes', |
... | ... | @@ -39,6 +44,7 @@ class MaterielsTableTest extends TestCase |
39 | 44 | 'app.emprunts', |
40 | 45 | 'app.fournisseurs', |
41 | 46 | 'app.unites', |
47 | + | |
42 | 48 | // 14/1/19 bake autogenerated: |
43 | 49 | 'app.type_suivis', |
44 | 50 | 'app.type_documents', | ... | ... |