Fix phpcs
This commit is contained in:
parent
1cc94ddb44
commit
74ac6a3204
@ -238,7 +238,7 @@ class ExportTest extends PHPUnit\Framework\TestCase
|
|||||||
print "Process build_file for model = ".$model."\n";
|
print "Process build_file for model = ".$model."\n";
|
||||||
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
$result=$objexport->build_file($user, $model, $datatoexport, $array_selected, array(), $sql);
|
||||||
$expectedresult=1;
|
$expectedresult=1;
|
||||||
$this->assertEquals($expectedresult, $result,'Error in CSV export');
|
$this->assertEquals($expectedresult, $result, 'Error in CSV export');
|
||||||
|
|
||||||
$model='tsv';
|
$model='tsv';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user