Avoid test without assertion

This commit is contained in:
Adrien Crivelli 2019-11-10 17:05:18 +01:00
parent a38de08344
commit 99d4f185fb
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 1 additions and 0 deletions

View File

@ -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()