magento / magento2-functional-testing-framework

Magento2 Functional Testing Framework
Other
155 stars 133 forks source link

add check for isBuiltin method (for PHP 8 compatibility) #873

Closed karyna-tsymbal-atwix closed 2 years ago

karyna-tsymbal-atwix commented 2 years ago

Description

Adds an additional check to avoid fatal error when using ReflectionUnionType::isBuiltin() method in PHP8 (see details in the related issue)

Related Issues

  1. magento/magento2#34194: Check and update codebase to avoid fatal error for ReflectionType::isBuiltin()

Contribution checklist

jilu1 commented 2 years ago

@magento import pull request to https://github.com/magento-commerce/magento2-functional-testing-framework

m2-github-services commented 2 years ago

@jilu1 the Pull Request is successfully imported.

jilu1 commented 2 years ago

@karyna-tsymbal-atwix Thank you for your PR! It will get merged soon.