mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
e107_tests: Removed usages of var_dump()
This commit is contained in:
@@ -166,8 +166,6 @@
|
||||
$expectedLength = $length;
|
||||
$actualLength = strlen($content);
|
||||
|
||||
//var_dump($key. " = ".$actualLength);
|
||||
|
||||
$this->assertEquals($expectedLength, $actualLength, $key. " is different");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user