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:
@@ -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($row = $sql->fetch())
|
||||
|
||||
if(!empty($errors))
|
||||
{
|
||||
var_dump($errors);
|
||||
codecept_debug($errors);
|
||||
}
|
||||
|
||||
@@ -2201,8 +2198,6 @@ while($row = $sql->fetch())
|
||||
{
|
||||
$this->assertStringContainsString($str, $result, "Failed on index #".$index);
|
||||
}
|
||||
//var_dump($result);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -2233,7 +2228,6 @@ while($row = $sql->fetch())
|
||||
{
|
||||
$result = $this->tp->toIcon($var['input'],$var['parms']);
|
||||
$this->assertStringContainsString($var['expected'],$result);
|
||||
//var_dump($result);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user