mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-13 03:26:26 +00:00
Missed One
Correct one test.
This commit is contained in:
@@ -34,7 +34,7 @@ class SumTest extends AllSetupTeardown
|
||||
*/
|
||||
public function testSUMLiterals($expectedResult, string $args): void
|
||||
{
|
||||
$sheet = $this->sheet;
|
||||
$sheet = $this->getSheet();
|
||||
$sheet->getCell('B1')->setValue("=SUM($args)");
|
||||
$result = $sheet->getCell('B1')->getCalculatedValue();
|
||||
self::assertEqualsWithDelta($expectedResult, $result, 1E-12);
|
||||
|
||||
Reference in New Issue
Block a user