Try to avoid phpunit errors
This commit is contained in:
parent
0b057a071a
commit
e0bb5f334d
@ -23,7 +23,7 @@
|
|||||||
* \brief Common load of data
|
* \brief Common load of data
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require '../main.inc.php' ;
|
require '../main.inc.php';
|
||||||
require DOL_DOCUMENT_ROOT. '/holiday/class/holiday.class.php';
|
require DOL_DOCUMENT_ROOT. '/holiday/class/holiday.class.php';
|
||||||
|
|
||||||
$langs->load("user");
|
$langs->load("user");
|
||||||
|
|||||||
@ -22,7 +22,6 @@
|
|||||||
* \file define_holiday.php
|
* \file define_holiday.php
|
||||||
* \ingroup holiday
|
* \ingroup holiday
|
||||||
* \brief File that defines the balance of paid holiday of users.
|
* \brief File that defines the balance of paid holiday of users.
|
||||||
* \author dmouillard@teclib.com <Dimitri Mouillard>
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php';
|
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user