Update tests for CBS QA APIs
This PR updates the unit and integration tests to reflect the new API changes for the QA CBS endpoints. There are three commits because the diffs are a little messy. I rearranged some calls so that their order reflected the order of parameters for the generated classes--my eyes were starting to cross trying to match everything up.
Commit 1 adds definitions to some of the values we had TBD.
Commit 2 updates IntegrationTestCase.php
to use the new parameters.
Commit 3 updates ProductInputParameterMapperTest.php
to use the new Product
parameters.
A major version bump will follow.
Please review: @ahoffmann @weizhong-wang @lloyd-carter @KJOYNER