openactive / models-php

PHP Models for the OpenActive Opportunity and Booking Specifications
MIT License
6 stars 8 forks source link

Update test to use JSON comparison #90

Closed nathansalter closed 2 years ago

nathansalter commented 2 years ago

This Fixes an issue where if the order of the properties changed as the comparison was being done between two strings, it would fail the tests. This moves this to using the inbuilt PHPUnit method for JSON comparison.