Fix phpunit

This commit is contained in:
Laurent Destailleur 2023-01-04 17:36:31 +01:00
parent 566fb52fb8
commit f964f14c85

View File

@ -75,7 +75,7 @@ abstract class DoliDB implements Database
/**
* Return the DB prefix found into prefix_db (if it was set manually by doing $db->prefix_db=...).
* Return the DB prefix found into prefix_db (if it was set manually by doing $dbhandler->prefix_db=...).
* Otherwise return MAIN_DB_PREFIX (common use).
*
* @return string The DB prefix