You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2026. It is now read-only.
In your composer.json you expects the php version >=5.3.3, but you use the new notation for arrays "[" and "]". You should write >=5.4 or change the unit test to use the old array() notation.
The assert values for expected and actual are switched
In Your example json you write "code": "01.02" on line 32, but on line 92 you check for code 02.01
BTW: in a library you shouldn't commit the composer.lock