WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

Store evn details as an object or parse the JSON for display. #12

Closed octalmage closed 7 years ago

octalmage commented 7 years ago

Currently the env post meta is set using the meta_input option on wp_insert_post which didn't seem to support nested arrays, so currently the details are stored as raw JSON. We either need to manually parse the JSON and store it as an array using update_post_meta, or parse the JSON on display.