2
0
forked from Wavyzz/dolibarr

Add log to test phpunit pb

This commit is contained in:
Laurent Destailleur
2022-12-22 00:02:22 +01:00
parent a0f282d100
commit d29fde6603

View File

@@ -69,6 +69,8 @@ class AdminLibTest extends PHPUnit\Framework\TestCase
$this->savdb=$db; $this->savdb=$db;
print __METHOD__." db->type=".$db->type." user->id=".$user->id; print __METHOD__." db->type=".$db->type." user->id=".$user->id;
var_dump($GLOBALS);
//print " - db ".$db->db; //print " - db ".$db->db;
print "\n"; print "\n";
} }