diff --git a/Hierarchy.php b/Hierarchy.php
index 1b53e9b57f1515a120b7c03649d80ae7292ad332..2ba5390bef2925a84f2cde11778fdff772e276d5 100644
--- a/Hierarchy.php
+++ b/Hierarchy.php
@@ -50,6 +50,14 @@
                 } 
                 echo '</div>';
              }
+             // TEST DE GETRECIPES 
+             /*$tabVide = [];
+             $recipes_with_aliment = getRecipes(get_all_aliments($aliment), $tabVide, 0, false, false);
+             echo '<div class="category-view">';
+             echo '<h1> Toutes les recettes contenant '.$aliment.' </h1>';
+             foreach($recipes_with_aliment as $recipe) {
+                 echo '<li>'.$recipe['titre'].'</li>';
+             }*/
         echo '</div>';
     ?>