Skip to content

Commit

Permalink
Dev: One more expession to test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 28, 2017
1 parent 6c97050 commit b774919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/ExpressionCoreHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public function testAllExpressions()
// Value and expression.
['', '((563168X136X5376.NAOK == " "))'],
['0', '((563168X136X5376.NAOK == " "))'],
[0, '((563168X136X5376.NAOK == " "))'],
['', '((563168X136X5376.NAOK != " "))'],
['3', '((563168X136X5376.NAOK != " "))'],
['3', '((563168X136X5376.NAOK != ""))'],
Expand Down

0 comments on commit b774919

Please sign in to comment.