CI
This commit is contained in:
parent
be296e12c9
commit
a38192682c
3 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ parameters:
|
|||
- htdocs/install/doctemplates/*
|
||||
- htdocs/langs/*
|
||||
- htdocs/modulebuilder/template/test/*
|
||||
- test/phpunit/*
|
||||
analyse:
|
||||
- htdocs/includes/geoPHP/*
|
||||
- htdocs/includes/markrogoyski/*
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ parameters:
|
|||
- htdocs/install/doctemplates/*
|
||||
- htdocs/langs/*
|
||||
- htdocs/modulebuilder/template/test/*
|
||||
- test/phpunit/*
|
||||
analyse:
|
||||
- htdocs/includes/geoPHP/*
|
||||
- htdocs/includes/markrogoyski/*
|
||||
|
|
|
|||
|
|
@ -482,7 +482,7 @@ class AdherentTest extends CommonClassTest
|
|||
* testAdherentDelete
|
||||
*
|
||||
* @param Adherent $localobject Member instance
|
||||
* @return void
|
||||
* @return Adherent
|
||||
*
|
||||
* @depends testAdherentResiliate
|
||||
* The depends says test is run only if previous is ok
|
||||
|
|
|
|||
Loading…
Reference in a new issue