mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
15 lines
452 B
INI
15 lines
452 B
INI
[infra]
|
|
; STS version : testing greatest PHP version possible
|
|
php_version=8.2-apache
|
|
; N°6629 perf bug on some tests on mariadb for now, so specifying MySQL
|
|
db_version=5.7
|
|
|
|
[itop]
|
|
itop_setup=tests/setup_params/default-params.xml
|
|
itop_backup=tests/backups/backup-itop.tar.gz
|
|
|
|
[phpunit]
|
|
; when empty phpunit_xml => no phpunit test performed
|
|
; phpunit xml file description. required for phpunit testing
|
|
;phpunit_xml=tests/php-unit-tests/phpunit.xml.dist
|