Skip to content

PHP 7 Syntax usage for Magento Contribution

Igor Miniailo edited this page Aug 19, 2017 · 11 revisions

At the beginning of this week, we've merged a pull request upgrading PHPUnit version to 6.2 https://github.com/magento/magento2/blob/develop/composer.json#L77

Along with that we've updated all the Unit Tests in our code base for Magento Open Source (Community Edition)

magento2 iminiailo$ find ./app/code/Magento/ -type f -name "*Test.php" | wc -l
    3069

and Magento Commerce (Enterprise Edition)

magento2ee iminiailo$ find ./app/code/Magento/ -type f -name "*Test.php" | wc -l
    1176

MSI Documentation:

  1. Technical Vision. Catalog Inventory
  2. Installation Guide
  3. List of Inventory APIs and their legacy analogs
  4. MSI Roadmap
  5. Known Issues in Order Lifecycle
  6. MSI User Guide
  7. DevDocs Documentation
  8. User Stories
  9. User Scenarios:
  10. Technical Designs:
  11. Admin UI
  12. MFTF Extension Tests
  13. Weekly MSI Demos
  14. Tutorials
Clone this wiki locally