Skip to content

Releases: EcomDev/magento2-test-essentials

v1.0.0

14 Jan 23:33
6bd3dc3
Compare
Choose a tag to compare

1.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • mark Store/StoreManager final
  • mark Store/Store final
  • mark Store/StoreGroup final
  • mark Store/Website final
  • mark ObjectManager final

Features

  • add ScopeConfigurationInterface fake (94b9fde)
  • Added DeploymentConfig (153b2f8)
  • added support for database testing via IntegrationUtility (e334f8a)
  • Change DeploymentConfig to be able adding multiple database connection configs (e3fbde4)
  • mark ObjectManager final (39cd98c)
  • mark Store/Store final (39cd98c)
  • mark Store/StoreGroup final (39cd98c)
  • mark Store/StoreManager final (39cd98c)
  • mark Store/Website final (39cd98c)
  • migrate to PHP 8 (6e23f60)

Bug Fixes

  • move to mirror.mage-os.org to prevent auth on Magento (96f4ef2)
  • README.md contains now new expected features (94b9fde)

Miscellaneous Chores

  • add COMPOSER_AUTH for CI (4a665b1)
  • add composer.lock to ignore (e058611)
  • add status badge to README (d4fac8b)
  • added release-please (6e23f60)
  • adjust type annotation in comment to not be treated as doc comment (53ca0ba)
  • covered scope config with more tests (153b2f8)
  • drop php 8.1 from CI (26a5cca)
  • fix formattinfix formating (566f52b)
  • fix formatting of files (b70305d)
  • remove outdated changelog statements (06800bf)
  • remove redundant whitespace in readme (0b607bc)
  • update composer to include 8.3 support (a55e52b)
  • update copyright year (af8c49d)
  • update examples to modern PHP versions (1b1c592)