eduardoweiland / jmsserializer-json-map-key-transform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install composer dependencies

composer install

Failing test using @Type("array<Hashid,string>")

vendor/bin/phpunit test/SerializerTest.php

Working test with workaround using @Type("KeyValueArray<Hashid,string>")

vendor/bin/phpunit test/WorkaroundTest.php

About


Languages

Language:PHP 100.0%