Laurent Destailleur
8f9d104ccd
Fix phpunit
2024-01-13 19:37:06 +01:00
Laurent Destailleur
c0e2d55549
Fix warnings
2023-08-26 00:43:51 +02:00
Laurent Destailleur
a296751543
Fix phpunit
2023-08-25 22:04:37 +02:00
Laurent Destailleur
7e062f9391
Fix phpunit API warnings
2023-08-25 15:49:09 +02:00
Laurent Destailleur
256fe9ecf8
Add more REST phpunit tests
2023-08-25 14:48:41 +02:00
Laurent Destailleur
bcd3401e47
Fix phpunit
2023-08-25 13:58:27 +02:00
Laurent Destailleur
5dae5b57a0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-05-17 12:27:46 +02:00
Alexandre Janniaux
df0adc391d
FIX test/phpunit: add $name to __construct()
...
Fix the following errors when running recent phpunit:
Message: Too few arguments to function PHPUnit\Framework\TestCase::__construct(), 0 passed in
dolibarr/test/phpunit/DateLibTzFranceTest.php on line 63 and exactly
1 expected Location: phar:///usr/share/webapps/bin/phpunit.phar/phpunit/Framework/TestCase.php:265
Indeed, the old constructor had an optional $name='' parameter but the
new constructor reads like this:
public function __construct(string $name)
and the parameter is now mandatory.
2023-05-08 16:29:31 +02:00
Laurent Destailleur
6c17c2f044
Test travis php7.1
2022-09-21 17:55:04 +02:00
Frédéric FRANCE
b1a1cd4be6
code syntax
2021-01-14 15:09:08 +01:00
Laurent Destailleur
02a15e03f7
Fix phpunit
2020-12-16 10:37:34 +01:00
Laurent Destailleur
834058a816
Debug api to create a document
2020-12-16 02:33:21 +01:00
Laurent Destailleur
9a85441c61
Fix phpcs
2020-10-28 17:06:30 +01:00
Laurent Destailleur
039bc3c412
Fix phpunit
2020-10-27 20:50:33 +01:00
Laurent Destailleur
4d6a45d491
Major doxygen fix
2020-05-03 22:48:35 +02:00
Alexandre SPANGARO
02dbc11f98
Move Gnu.org to https
2019-09-23 21:55:30 +02:00
Laurent Destailleur
3af4ad7fc3
Compatibility with phpunit v6
2019-07-05 21:28:27 +02:00
Frédéric FRANCE
42a1387218
wip
2019-02-25 00:56:48 +01:00
klemens
beb2791dde
spelling fixes
2019-02-10 12:59:09 +01:00
Laurent Destailleur
3d3edb19d8
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
.travis.yml
htdocs/langs/en_US/commercial.lang
2018-09-02 15:48:26 +02:00
Laurent Destailleur
bd3647a9d7
Prepare phpunit 6.1 compatibility
2018-09-02 14:23:52 +02:00
Frédéric FRANCE
a0a6afc224
return comment
2018-08-14 12:23:10 +02:00
Laurent Destailleur
a92effa622
Fix clean test
2017-07-09 21:16:09 +02:00
Laurent Destailleur
52b5a8ece7
More powerfull dol_move function.
2017-05-21 14:06:43 +02:00
Laurent Destailleur
7e25cc0475
FIX Phpunit on file submit with REST API
2017-05-20 17:09:15 +02:00
Laurent Destailleur
80cbc28385
NEW Add REST API to push a file.
2017-05-20 15:52:36 +02:00
jfefe
b8284447fd
API can receive documents
2016-12-12 15:20:44 +01:00