This commit is contained in:
Laurent Destailleur 2026-05-22 12:17:17 +02:00
parent be296e12c9
commit a38192682c
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ parameters:
- htdocs/install/doctemplates/* - htdocs/install/doctemplates/*
- htdocs/langs/* - htdocs/langs/*
- htdocs/modulebuilder/template/test/* - htdocs/modulebuilder/template/test/*
- test/phpunit/*
analyse: analyse:
- htdocs/includes/geoPHP/* - htdocs/includes/geoPHP/*
- htdocs/includes/markrogoyski/* - htdocs/includes/markrogoyski/*

View file

@ -26,6 +26,7 @@ parameters:
- htdocs/install/doctemplates/* - htdocs/install/doctemplates/*
- htdocs/langs/* - htdocs/langs/*
- htdocs/modulebuilder/template/test/* - htdocs/modulebuilder/template/test/*
- test/phpunit/*
analyse: analyse:
- htdocs/includes/geoPHP/* - htdocs/includes/geoPHP/*
- htdocs/includes/markrogoyski/* - htdocs/includes/markrogoyski/*

View file

@ -482,7 +482,7 @@ class AdherentTest extends CommonClassTest
* testAdherentDelete * testAdherentDelete
* *
* @param Adherent $localobject Member instance * @param Adherent $localobject Member instance
* @return void * @return Adherent
* *
* @depends testAdherentResiliate * @depends testAdherentResiliate
* The depends says test is run only if previous is ok * The depends says test is run only if previous is ok