mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
wip
This commit is contained in:
@@ -265,7 +265,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
||||
public function testExportPersonalizedWithFilter()
|
||||
{
|
||||
global $conf,$user,$langs,$db;
|
||||
/*
|
||||
/*
|
||||
$sql = "SELECT f.ref as f_ref, f.total as f_total, f.tva as f_tva FROM ".MAIN_DB_PREFIX."facture f";
|
||||
|
||||
$objexport=new Export($db);
|
||||
@@ -303,7 +303,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
||||
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, $array_filtervalue, $sql);
|
||||
$expectedresult=1;
|
||||
$this->assertEquals($expectedresult,$result);
|
||||
*/
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user