Procházet zdrojové kódy

output debug oublié grr (again)

bastien před 13 roky
rodič
revize
817aab846b

+ 0 - 1
src/Muzich/CoreBundle/Tests/Controller/TagsTest.php Zobrazit soubor

@@ -85,7 +85,6 @@ class TagsTest extends FunctionalTest
85 85
     $this->client->request('GET', $this->generateUrl('favorites_my_list'));
86 86
     $this->isResponseSuccess();
87 87
     
88
-    $this->outputDebug();
89 88
     $this->exist('li.element_tag');
90 89
     $this->exist('li.element_tag:contains("Mon beau tag")');
91 90
     $this->exist('body:contains("Mon beau tag")');