dolibarr/dev/setup/phpunit
MDW e6630cd7d1
Qual: Improve dol_syslog (#30782)
* Qual: 🛟 Fix reference to $db with $this->db

# Qual: reference to $db with $this->db

$db was undeclared, use $this->db.

* Fix suspected issue with environment max size and md5sum working on limited files

* Qual: Fix LDAP typing

* Qual: Improve dol_syslog

# Qual: Improve dol_syslog

The changes:
- Keep the log file open for less time (better for concurrency);
- Open the log file only to append data (no internal preparation for writing);
- Avoids re-assigning a constant array;
- Add PHPDoc information about the array parameters and return values;
- May reduce the computation of global settings;
- Result in a slight performance improvement.
2024-08-29 08:49:27 +02:00
..
eclipse_setup_for_pti_phpunit.png compress png with zopflipng 2020-04-06 19:03:48 +02:00
PHPUNIT.BAT Qual: Add AbstractRestApiTest class, refactor RestApiUserTest, add RestApiMosTest (#28484) 2024-02-28 17:03:53 +01:00
README
setup_conf.sh Qual: Improve dol_syslog (#30782) 2024-08-29 08:49:27 +02:00

README (English)
--------------------------------

This directory contains example of PHPUnit setup for Eclipse