mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Try to avoid phpunit errors
This commit is contained in:
parent
0b057a071a
commit
e0bb5f334d
|
|
@ -23,7 +23,7 @@
|
|||
* \brief Common load of data
|
||||
*/
|
||||
|
||||
require '../main.inc.php' ;
|
||||
require '../main.inc.php';
|
||||
require DOL_DOCUMENT_ROOT. '/holiday/class/holiday.class.php';
|
||||
|
||||
$langs->load("user");
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
* \file define_holiday.php
|
||||
* \ingroup holiday
|
||||
* \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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user