Commit accea02c03673326c9c71bc054f423df2d20e442

Authored by Etienne Pallier
1 parent 616a8075
Exists in master and in 1 other branch dev

bugfix tests Projets

tests/TestCase/Controller/ProjetsControllerTest.php
... ... @@ -53,7 +53,7 @@ class ProjetsControllerTest extends TestCase
53 53 */
54 54 public function testAdd()
55 55 {
56   - debug("coucou");
  56 + //debug("coucou");
57 57 $this->markTestIncomplete('Not implemented yet.');
58 58 }
59 59  
... ...
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',
... ...