1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Remove test dump info.

This commit is contained in:
Cameron 2020-12-10 09:43:42 -08:00
parent b0f28633bb
commit 6bd2056982

View File

@ -289,7 +289,7 @@ class e_fileTest extends \Codeception\Test\Unit
$ret = array('mime'=>false);
}
var_dump($ret);
$this->assertEquals($item['expected']['mime'], $ret['mime']);
if($item['imgchk'])