Avoid test without assertion
This commit is contained in:
parent
a38de08344
commit
99d4f185fb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue