magento-engcom / php-7.2-support

Repository for implementing support of php-7.2 support in Magento
Open Software License 3.0
23 stars 25 forks source link

Broken integration test Magento\Backend\Block\Dashboard\Tab\Products\ViewedTest #47

Closed buskamuza closed 6 years ago

buskamuza commented 6 years ago

Important: Use libs-upgrade branch as base for this task and as target for the PR.

3) Magento\Backend\Block\Dashboard\Tab\Products\ViewedTest::testGetPreparedCollectionProductPrice
PHPUnit\Framework\Exception: Notice: Undefined offset: 0 in /home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php:816.
/home/travis/build/magento-engcom/php-7.2-support/dev/tests/integration/framework/bootstrap.php:130
/home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php:816
/home/travis/build/magento-engcom/php-7.2-support/dev/tests/integration/tmp/sandbox-0-c4b5b25471e569aacd36194c2bad027e/generated/code/Magento/Reports/Model/ResourceModel/Product/Index/Viewed/Collection/Interceptor.php:1051
/home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Reports/Model/ResourceModel/Product/Index/Collection/AbstractCollection.php:126
/home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Reports/Model/ResourceModel/Product/Index/Collection/AbstractCollection.php:140
/home/travis/build/magento-engcom/php-7.2-support/dev/tests/integration/tmp/sandbox-0-c4b5b25471e569aacd36194c2bad027e/generated/code/Magento/Reports/Model/ResourceModel/Product/Index/Viewed/Collection/Interceptor.php:24
/home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Reports/Model/Product/Index/AbstractIndex.php:199
/home/travis/build/magento-engcom/php-7.2-support/app/code/Magento/Reports/Observer/CatalogProductViewObserver.php:79
/home/travis/build/magento-engcom/php-7.2-support/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:72
/home/travis/build/magento-engcom/php-7.2-support/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:60
/home/travis/build/magento-engcom/php-7.2-support/lib/internal/Magento/Framework/Event/Manager.php:66
/home/travis/build/magento-engcom/php-7.2-support/dev/tests/integration/tmp/sandbox-0-c4b5b25471e569aacd36194c2bad027e/generated/code/Magento/Framework/Event/Manager/Proxy.php:95
/home/travis/build/magento-engcom/php-7.2-support/dev/tests/integration/testsuite/Magento/Backend/Block/Dashboard/Tab/Products/ViewedTest.php:58

See https://travis-ci.org/magento-engcom/php-7.2-support/jobs/342577321#L1023