mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Merge remote-tracking branch 'upstream/develop' into 14a22
This commit is contained in:
@@ -279,14 +279,14 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
||||
$expectedresult=1;
|
||||
$this->assertEquals($expectedresult, $result, 'Error in TSV export');
|
||||
|
||||
$model='excel2007';
|
||||
$model='excel2007';
|
||||
|
||||
// Build export file
|
||||
/* ko on php 7.4 on travis (zip not available) */
|
||||
print "Process build_file for model = ".$model."\n";
|
||||
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
||||
$expectedresult=1;
|
||||
$this->assertEquals($expectedresult, $result, 'Error in Excel2007 export');
|
||||
$this->assertEquals($expectedresult, $result, 'Error in Excel2007 export');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user