Debug pgsql DDLInfoTable

This commit is contained in:
ldestailleur
2025-03-25 21:32:28 +01:00
parent e028b2325e
commit 7b9b32cb9e
5 changed files with 14 additions and 12 deletions

View File

@@ -85,8 +85,6 @@ class ModulesTest extends CommonClassTest // TestCase //CommonClassTest
$langs = $this->savlangs;
$db = $this->savdb;
//$this->nbLinesToShow = 0; // Only 3 lines of the log.
require_once DOL_DOCUMENT_ROOT.'/core/modules/mod'.$modlabel.'.class.php';
$class = 'mod'.$modlabel;
$mod = new $class($db);