mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
e107_tests: Removed usages of var_dump()
This commit is contained in:
@@ -132,10 +132,6 @@ $data = array (
|
||||
$input = array('myarray'=>'myvalue');
|
||||
$result = $this->arrObj->unserialize($input);
|
||||
$this->assertSame($input, $result);
|
||||
|
||||
|
||||
// var_dump($actual);
|
||||
|
||||
}
|
||||
/*
|
||||
|
||||
|
Reference in New Issue
Block a user