From c8f918265a1cfbf0b28917465667c598d33fd40e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Dec 2020 13:25:56 +0100 Subject: [PATCH] Removed dead code --- test/phpunit/SocieteTest.php | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/test/phpunit/SocieteTest.php b/test/phpunit/SocieteTest.php index 4ed0771d668..0ca6cc8792b 100755 --- a/test/phpunit/SocieteTest.php +++ b/test/phpunit/SocieteTest.php @@ -382,25 +382,6 @@ class SocieteTest extends PHPUnit\Framework\TestCase return $result; } - /** - * testSocieteStatic - * - * @return void - */ - public function testSocieteStatic() - { - global $conf,$user,$langs,$db; - $conf=$this->savconf; - $user=$this->savuser; - $langs=$this->savlangs; - $db=$this->savdb; - - $localobject=new Societe($db); - - - return; - } - /** * testSocieteGetFullAddress