From 023da33297f5aa8c615f093bcd678ef7484cb4a8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 Jan 2020 22:57:47 +0100 Subject: [PATCH] Export with the new lib --- test/phpunit/ExportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/ExportTest.php b/test/phpunit/ExportTest.php index 7f440bf067d..296b1a2d9b4 100644 --- a/test/phpunit/ExportTest.php +++ b/test/phpunit/ExportTest.php @@ -246,7 +246,7 @@ class ExportTest extends PHPUnit\Framework\TestCase $expectedresult=1; $this->assertEquals($expectedresult, $result); - $model='excel'; + $model='excel2007new'; // Build export file $result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);