mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-15 20:46:26 +00:00
Scrutinizer Keeps Holding Out on Dead Code
I think this may finish it off.
This commit is contained in:
@@ -74,7 +74,7 @@ class ColumnTest extends SetupTeardown
|
||||
self::assertEquals($function, $result->getTotalsRowFunction());
|
||||
|
||||
$formula = '=SUM(Sales_Data[[#This Row],[Q1]:[Q4]])';
|
||||
$result = $column->setColumnFormula($formula);
|
||||
$column->setColumnFormula($formula);
|
||||
self::assertEquals($formula, $column->getColumnFormula());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user