浏览代码

output debug oublié grr (again)

bastien 13 年前
父节点
当前提交
817aab846b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Muzich/CoreBundle/Tests/Controller/TagsTest.php

+ 0 - 1
src/Muzich/CoreBundle/Tests/Controller/TagsTest.php 查看文件

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