mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Travis
This commit is contained in:
@@ -251,12 +251,12 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
||||
$model='excel2007new';
|
||||
|
||||
// Build export file
|
||||
/* ko on php 7.4 on travis (zip not available)
|
||||
/* 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 Excel2007new export');
|
||||
*/
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user