diff --git a/tests/PhpSpreadsheetTests/Calculation/CalculationTest.php b/tests/PhpSpreadsheetTests/Calculation/CalculationTest.php index 4cdfe5cb..59b8cd0e 100644 --- a/tests/PhpSpreadsheetTests/Calculation/CalculationTest.php +++ b/tests/PhpSpreadsheetTests/Calculation/CalculationTest.php @@ -280,6 +280,7 @@ class CalculationTest extends TestCase // this used to raise a parser error, we keep it even though we don't // test the output $calculation->parseFormula($formula); + self::assertTrue(true); } public function testBranchPruningFormulaParsingInequalitiesConditionsCase()