apigee / apigee-client-php

Client library to make API calls to Apigee Edge Management API
Apache License 2.0
27 stars 30 forks source link

Fix for test failing for symfony 6.4 #342

Closed divya-intelli closed 9 months ago

divya-intelli commented 9 months ago

Closes #341 Serializer/Normalizer/AbstractNormalizer changed the exception type for Abstract class instantiate check. As this check was introduced in symfony 6.3.11 , symfony/serialiser version is bumped.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (60b423c) 87.53% compared to head (b0e09d6) 87.60%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/apigee/apigee-client-php/pull/342/graphs/tree.svg?width=650&height=150&src=pr&token=ga5VZb9aAy&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee)](https://app.codecov.io/gh/apigee/apigee-client-php/pull/342?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee) ```diff @@ Coverage Diff @@ ## 3.x #342 +/- ## ============================================ + Coverage 87.53% 87.60% +0.07% - Complexity 1719 1750 +31 ============================================ Files 343 349 +6 Lines 4171 4704 +533 ============================================ + Hits 3651 4121 +470 - Misses 520 583 +63 ``` | [Flag](https://app.codecov.io/gh/apigee/apigee-client-php/pull/342/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/apigee/apigee-client-php/pull/342/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee) | `87.60% <ø> (+0.07%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee#carryforward-flags-in-the-pull-request-comment) to find out more. [see 116 files with indirect coverage changes](https://app.codecov.io/gh/apigee/apigee-client-php/pull/342/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apigee)