2
0
forked from Wavyzz/dolibarr
Commit Graph

8 Commits

Author SHA1 Message Date
Laurent Destailleur
0ed6a63fb0 FIX #CVE-2023-4197 2023-09-05 00:49:01 +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
4a0f4f15b9 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-03-28 20:30:32 +02:00
Laurent Destailleur
77910aad8c Fix phpunit 2023-03-28 20:28:57 +02:00
Laurent Destailleur
a67351ac43 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-28 20:24:40 +02:00
Laurent Destailleur
782c7ef55c Fix php 8 2023-03-28 19:46:10 +02:00
Frédéric FRANCE
fa3e78054d Rename WebsiteTest.class.php to WebsiteTest.php 2023-03-28 12:10:00 +02:00