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/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/*
|
||||||
|
|
|
||||||
|
|
@ -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/*
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue