doxygen
This commit is contained in:
parent
499ebd73b1
commit
ae192bf4c9
@ -176,7 +176,7 @@ class ContratTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testContratOther
|
* testContratOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Object contract
|
* @param Contract $localobject Object contract
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testContratFetch
|
* @depends testContratFetch
|
||||||
|
|||||||
@ -195,7 +195,7 @@ class ExpenseReportTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testExpenseReportValid
|
* testExpenseReportValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param ExpenseReport $localobject ExpenseReport
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testExpenseReportFetch
|
* @depends testExpenseReportFetch
|
||||||
@ -219,7 +219,7 @@ class ExpenseReportTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testExpenseReportApprove
|
* testExpenseReportApprove
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param ExpenseReport $localobject ExpenseReport
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testExpenseReportValid
|
* @depends testExpenseReportValid
|
||||||
@ -243,7 +243,7 @@ class ExpenseReportTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testExpenseReportCancel
|
* testExpenseReportCancel
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param ExpenseReport $localobject ExpenseReport
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testExpenseReportApprove
|
* @depends testExpenseReportApprove
|
||||||
@ -267,7 +267,7 @@ class ExpenseReportTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testExpenseReportOther
|
* testExpenseReportOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier order
|
* @param ExpenseReport $localobject ExpenseReport
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testExpenseReportCancel
|
* @depends testExpenseReportCancel
|
||||||
|
|||||||
@ -175,7 +175,7 @@ class FactureFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureFournisseurUpdate
|
* testFactureFournisseurUpdate
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier invoice
|
* @param FactureFournisseur $localobject Supplier invoice
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testFactureFournisseurFetch
|
* @depends testFactureFournisseurFetch
|
||||||
@ -200,7 +200,7 @@ class FactureFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureFournisseurValid
|
* testFactureFournisseurValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier invoice
|
* @param FactureFournisseur $localobject Supplier invoice
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testFactureFournisseurUpdate
|
* @depends testFactureFournisseurUpdate
|
||||||
@ -224,7 +224,7 @@ class FactureFournisseurTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureFournisseurOther
|
* testFactureFournisseurOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Supplier invoice
|
* @param FactureFournisseur $localobject Supplier invoice
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testFactureFournisseurValid
|
* @depends testFactureFournisseurValid
|
||||||
|
|||||||
@ -152,15 +152,10 @@ class FactureRecTest extends PHPUnit\Framework\TestCase
|
|||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Edit an object to test updates
|
* Edit an object to test updates
|
||||||
*
|
*
|
||||||
* @param mixed $localobject Object Facture
|
* @param Facture $localobject Object Facture
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function changeProperties(&$localobject)
|
public function changeProperties(&$localobject)
|
||||||
|
|||||||
@ -183,7 +183,7 @@ class FactureTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureFetch
|
* testFactureFetch
|
||||||
*
|
*
|
||||||
* @param Object $localobject Invoice
|
* @param Facture $localobject Invoice
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testFactureFetch
|
* @depends testFactureFetch
|
||||||
@ -208,7 +208,7 @@ class FactureTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureValid
|
* testFactureValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Invoice
|
* @param Facture $localobject Invoice
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @depends testFactureUpdate
|
* @depends testFactureUpdate
|
||||||
@ -257,7 +257,7 @@ class FactureTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFactureOther
|
* testFactureOther
|
||||||
*
|
*
|
||||||
* @param Object $localobject Invoice
|
* @param Facture $localobject Invoice
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testFactureValid
|
* @depends testFactureValid
|
||||||
@ -345,7 +345,7 @@ class FactureTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* Edit an object to test updates
|
* Edit an object to test updates
|
||||||
*
|
*
|
||||||
* @param mixed $localobject Object Facture
|
* @param Facture $localobject Object Facture
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function changeProperties(&$localobject)
|
public function changeProperties(&$localobject)
|
||||||
|
|||||||
@ -200,7 +200,7 @@ class FichinterTest extends PHPUnit\Framework\TestCase
|
|||||||
/**
|
/**
|
||||||
* testFichinterValid
|
* testFichinterValid
|
||||||
*
|
*
|
||||||
* @param Object $localobject Object intervention
|
* @param Fichinter $localobject Object intervention
|
||||||
* @return int
|
* @return int
|
||||||
*
|
*
|
||||||
* @depends testFichinterValid
|
* @depends testFichinterValid
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
use Sabre\VObject\Property\Boolean;
|
|
||||||
|
|
||||||
/* Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2010-2012 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
|
* Copyright (C) 2012 Regis Houssin <regis.houssin@inodbox.com>
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user