You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Apigee\Edge\Tests\Api\ApigeeX\Controller\DeveloperAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\CompanyAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\CompanyAcceptedRatePlanControllerTest::testUpdateSubscription
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\DeveloperAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\DeveloperAcceptedRatePlanControllerTest::testUpdateSubscription
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Serializer\EntitySerializerTest::testNormalize
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Structure\PropertiesPropertyTransformationTest::testNormalize
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
Apigee\Edge\Tests\Api\ApigeeX\Controller\ApiProductControllerTest::testLoad
This test depends on "Apigee\Edge\Tests\Api\ApigeeX\Controller\ApiProductControllerTest::testCreate" which does not exist.
Describe the solution you'd like
Update the deprecated functions which will be removed in PhpUnit 10
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Apigee\Edge\Tests\Api\ApigeeX\Controller\DeveloperAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\CompanyAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\CompanyAcceptedRatePlanControllerTest::testUpdateSubscription
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\DeveloperAcceptedRatePlanControllerTest::testAcceptRatePlan
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Api\Monetization\Controller\DeveloperAcceptedRatePlanControllerTest::testUpdateSubscription
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Serializer\EntitySerializerTest::testNormalize
assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.
Apigee\Edge\Tests\Structure\PropertiesPropertyTransformationTest::testNormalize
assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.
Apigee\Edge\Tests\Api\ApigeeX\Controller\ApiProductControllerTest::testLoad
This test depends on "Apigee\Edge\Tests\Api\ApigeeX\Controller\ApiProductControllerTest::testCreate" which does not exist.
Describe the solution you'd like
Update the deprecated functions which will be removed in PhpUnit 10
The text was updated successfully, but these errors were encountered: