Closed patrickfweston closed 8 years ago
This pull request address issue #13 where Then entity field :field should contain :value would fail on any test.
The code was updated to meet coding standards and the following line was incorrectly updated:
$field_value = is_array($field_value) ? $field_value : array($field_value);
This pull request fixes the conversion and maintains the new coding standard.
This pull request address issue #13 where Then entity field :field should contain :value would fail on any test.
The code was updated to meet coding standards and the following line was incorrectly updated:
This pull request fixes the conversion and maintains the new coding standard.