2
0
forked from Wavyzz/dolibarr

Removed useless test

This commit is contained in:
Laurent Destailleur
2020-04-23 13:59:40 +02:00
parent defef24c3c
commit 098b7828fa

View File

@@ -242,24 +242,4 @@ class EntrepotTest extends PHPUnit\Framework\TestCase
return $result;
}
/**
* testEntrepotStatic
*
* @return void
*/
public function testEntrepotStatic()
{
global $conf,$user,$langs,$db;
$conf=$this->savconf;
$user=$this->savuser;
$langs=$this->savlangs;
$db=$this->savdb;
$localobject=new Entrepot($db);
//$this->assertLessThan(1, 0);
return;
}
}