1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

e107_tests: Removed usages of var_dump()

This commit is contained in:
Nick Liu
2021-03-12 20:14:29 -06:00
parent 2ebf1f7110
commit 99aa39a8e5
10 changed files with 0 additions and 36 deletions

View File

@@ -1062,8 +1062,6 @@ while($row = $sql->fetch())
$html = "<div><p>My paragraph <b>bold</b></p></div>";
$result = $this->tp->htmlwrap($html, 20);
var_dump($result);
}*/
public function testToRss()
@@ -1118,7 +1116,6 @@ while(&#036;row = &#036;sql-&gt;fetch())
if(!empty($errors))
{
var_dump($errors);
codecept_debug($errors);
}
@@ -2201,8 +2198,6 @@ while(&#036;row = &#036;sql-&gt;fetch())
{
$this->assertStringContainsString($str, $result, "Failed on index #".$index);
}
//var_dump($result);
}
@@ -2233,7 +2228,6 @@ while(&#036;row = &#036;sql-&gt;fetch())
{
$result = $this->tp->toIcon($var['input'],$var['parms']);
$this->assertStringContainsString($var['expected'],$result);
//var_dump($result);
}
}