Commit 21961ce929557a54b4fe5b32e0219eea7431ee00
1 parent
cf2117b3
Exists in
master
and in
1 other branch
Bugfixed tests de l'entité Projets
v4.105.2-3.7.9
Showing
4 changed files
with
4 additions
and
2 deletions
Show diff stats
CHANGES.txt
... | ... | @@ -120,7 +120,8 @@ Outre ces changements, voici d'autres changements importants : |
120 | 120 | ======= CHANGES ======= |
121 | 121 | |
122 | 122 | ------- |
123 | -07/10/2020 v4.105.1-3.7.9 (EP) | |
123 | +07/10/2020 v4.105.2-3.7.9 (EP) | |
124 | + - (b) Bugfixed tests de l'entité Projets | |
124 | 125 | - (i) refactorisation de la vue 'view' pour TOUTES les 'autres' entités (étape 3 sur 3, terminé) |
125 | 126 | - Gestion automatique des entités "parentes" et "enfants" et de bcp d'autres choses encore... |
126 | 127 | - Très générique (meta-programmation) | ... | ... |
README.md
... | ... | @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes : |
43 | 43 | -------------------------------------------------------------------------------------------- |
44 | 44 | |
45 | 45 | Date: 07/10/2020 |
46 | -Version: 4.105.1-3.7.9 | |
46 | +Version: 4.105.2-3.7.9 | |
47 | 47 | |
48 | 48 | |
49 | 49 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |
tests/TestCase/Controller/ProjetsControllerTest_deactivated.php renamed to tests/TestCase/Controller/ProjetsControllerTest.php
tests/TestCase/Model/Table/ProjetsTableTest_deactivated.php renamed to tests/TestCase/Model/Table/ProjetsTableTest.php