magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

Clean up Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/TierPriceTest #127

Closed dmanners closed 5 years ago

dmanners commented 5 years ago

Preconditions (*)

  1. 2.3-develop
  2. phpstan installed

Steps to reproduce (*)

  1. Run ./vendor/bin/phpstan analyse -l 0 app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Validator/TierPriceTest.php

Expected result (*)

  1. No errors

Actual result (*)

 1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ --------------------------------------------------------------------------------------------------------------------------------------------
  Line   TierPriceTest.php
 ------ --------------------------------------------------------------------------------------------------------------------------------------------
  33     Access to an undefined property Magento\CatalogImportExport\Test\Unit\Model\Import\Product\Validator\TierPriceTest::$searchCriteriaSearch.
 ------ --------------------------------------------------------------------------------------------------------------------------------------------

 [ERROR] Found 1 error