mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Stickler fix
This commit is contained in:
@@ -400,7 +400,7 @@ class ODFTest extends PHPUnit\Framework\TestCase
|
||||
} else {
|
||||
$res = $odf->convertVarToOdf($case['to_convert'], $case['encode']);
|
||||
}
|
||||
if (version_compare(phpversion(), '7.4.0', '>=' )) {
|
||||
if (version_compare(phpversion(), '7.4.0', '>=')) {
|
||||
$this->assertEquals($res, $case['expected7.4']);
|
||||
} else {
|
||||
$this->assertEquals($res, $case['expected7.3']);
|
||||
|
||||
Reference in New Issue
Block a user