Fix phpunit

This commit is contained in:
Laurent Destailleur 2019-06-20 18:16:49 +02:00
parent e28bf71964
commit 495604fa83

View File

@ -211,6 +211,7 @@ class EntrepotTest extends PHPUnit_Framework_TestCase
$langs=$this->savlangs; $langs=$this->savlangs;
$db=$this->savdb; $db=$this->savdb;
//$this->assertLessThan(1, 0);
return $localobject->id; return $localobject->id;
} }
@ -257,6 +258,8 @@ class EntrepotTest extends PHPUnit_Framework_TestCase
$localobject=new Entrepot($db); $localobject=new Entrepot($db);
//$this->assertLessThan(1, 0);
return; return;
} }
} }