mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
DictionariesConsistencyTest : remove debug var_dump
Many thanks @Hipska !
This commit is contained in:
@@ -136,7 +136,6 @@ class DictionariesConsistencyTest extends ItopTestCase
|
||||
{
|
||||
exec("php -l {$sDictFile}", $output, $return);
|
||||
|
||||
var_dump($sDictFile, $return, $output);
|
||||
$bDictFileSyntaxOk = ($return === 0);
|
||||
|
||||
$sMessage = "File `{$sDictFile}` syntax didn't matched expectations\nparsing results=".var_export($output, true);
|
||||
|
||||
Reference in New Issue
Block a user