-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of [email protected]:Dolibarr/dolibarr.git into d…
…evelop
- Loading branch information
Showing
4 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?php | ||
/* Copyright (C) 2010 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2023 Alexandre Janniaux <[email protected]> | ||
/* Copyright (C) 2010 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2023 Alexandre Janniaux <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -131,7 +132,8 @@ public function testPushDocument() | |
'filecontent' => "content text", | ||
'fileencoding' => "", | ||
'overwriteifexists' => 0, | ||
'createdirifnotexists' => 0 | ||
'createdirifnotexists' => 0, | ||
'position' => 0, | ||
); | ||
|
||
$param = ''; | ||
|
@@ -161,7 +163,8 @@ public function testPushDocument() | |
'filecontent' => "content text", | ||
'fileencoding' => "", | ||
'overwriteifexists' => 0, | ||
'createdirifnotexists' => 0 | ||
'createdirifnotexists' => 0, | ||
'position' => 0, | ||
); | ||
|
||
$param = ''; | ||
|
@@ -189,7 +192,8 @@ public function testPushDocument() | |
'filecontent' => "content text", | ||
'fileencoding' => "", | ||
'overwriteifexists' => 0, | ||
'createdirifnotexists' => 1 | ||
'createdirifnotexists' => 1, | ||
'position' => 0, | ||
); | ||
|
||
$param = ''; | ||
|