Export with the new lib
This commit is contained in:
parent
2e70739fe0
commit
023da33297
@ -246,7 +246,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
|||||||
$expectedresult=1;
|
$expectedresult=1;
|
||||||
$this->assertEquals($expectedresult, $result);
|
$this->assertEquals($expectedresult, $result);
|
||||||
|
|
||||||
$model='excel';
|
$model='excel2007new';
|
||||||
|
|
||||||
// Build export file
|
// Build export file
|
||||||
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user