2
0
forked from Wavyzz/dolibarr

Qual: Remove tons of codesniffer errors and warnings.

This commit is contained in:
Laurent Destailleur
2013-07-07 13:14:32 +02:00
parent cbc0570bc3
commit 2bc650bf61
17 changed files with 107 additions and 95 deletions

View File

@@ -139,12 +139,13 @@ class AdherentTest extends PHPUnit_Framework_TestCase
return $localobject->id;
}
/**
* testAdherentCreate
*
* @return void
*
* @param int $fk_adherent_type Id type of member
* @return int
*
* @depends testAdherentTypeCreate
* The depends says test is run only if previous is ok
*/