mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 19:01:28 +01:00
If the database triggered a failure, it wasn't reported in the tests because $this->error was not set. Conversely, the error was always printed through dol_print_error() whose documentation explicitely states that it should not be used for class and $this->error should be used instead.