1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +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

@@ -80,11 +80,8 @@
$json = $this->md->processAjaxImport($file,$var['param']);
$result = json_decode($json, JSON_PRETTY_PRINT);
// var_dump($result);
$this->assertNotFalse($result);
// var_dump($result);
$this->assertStringEndsWith('/'.basename($var['file']), $result['result']);
$this->assertNotEmpty($result['preview']);