Skip to content

Commit

Permalink
Dev: No errors after PHP evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt authored and LouisGac committed Aug 28, 2017
1 parent 0800d25 commit 2a8f23b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/ExpressionCoreHelperTest.php
Expand Up @@ -93,6 +93,7 @@ public function testCompareNumberAndEmptyString()
$result = $em->GetResult();

$errors = $em->RDP_GetErrors();
$this->assertEmpty($errors);
$js = $em->GetJavaScriptEquivalentOfExpression();

$nodeOutput = $this->runNode($js);
Expand Down

0 comments on commit 2a8f23b

Please sign in to comment.