2
0
forked from Wavyzz/dolibarr

FIX phpunit

This commit is contained in:
ldestailleur
2025-03-24 20:52:13 +01:00
parent c15f729cc4
commit 8a89cc3f04
11 changed files with 60 additions and 40 deletions

View File

@@ -47,8 +47,6 @@ class RestAPIDocumentTest extends AbstractRestAPITest
*/
public function testPushDocument()
{
global $conf,$user,$langs,$db;
$url = $this->api_url.'/documents/upload?api_key='.$this->api_key;
echo __METHOD__.' Request POST url='.$url."\n";