From b27460910aa12edeffa7fcef1f899b99cbfac4b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 7 Sep 2024 20:26:22 +0200 Subject: [PATCH] Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into develop --- test/phpunit/CommonClassTest.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/phpunit/CommonClassTest.class.php b/test/phpunit/CommonClassTest.class.php index ee5db8c46d4..f11a7392cbc 100644 --- a/test/phpunit/CommonClassTest.class.php +++ b/test/phpunit/CommonClassTest.class.php @@ -442,7 +442,6 @@ abstract class CommonClassTest extends TestCase 'webhook' => 'Webhook', 'webportal' => 'WebPortal', 'webservices' => 'WebServices', - 'webservicesclient' => 'WebServicesClient', // TODO: set proper name 'website' => 'Website', 'workflow' => 'Workflow', 'workstation' => 'Workstation',