Browse Source

output debug oublié grr (again)

bastien 13 years ago
parent
commit
817aab846b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Muzich/CoreBundle/Tests/Controller/TagsTest.php

+ 0 - 1
src/Muzich/CoreBundle/Tests/Controller/TagsTest.php View File

@@ -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")');