Skip to content

test: catalog: handler: get associative array when decoding json in ProductListHandlerTest

e2dk4r requested to merge test-catalog-handler-productList into master

json_decode( string, false ) returns array with stdclass wrapped inside json_decode( string, associative: true ) returns test assertion

Merge request reports