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
     $this->client->request('GET', $this->generateUrl('favorites_my_list'));
85
     $this->client->request('GET', $this->generateUrl('favorites_my_list'));
86
     $this->isResponseSuccess();
86
     $this->isResponseSuccess();
87
     
87
     
88
-    $this->outputDebug();
89
     $this->exist('li.element_tag');
88
     $this->exist('li.element_tag');
90
     $this->exist('li.element_tag:contains("Mon beau tag")');
89
     $this->exist('li.element_tag:contains("Mon beau tag")');
91
     $this->exist('body:contains("Mon beau tag")');
90
     $this->exist('body:contains("Mon beau tag")');