You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🎉 New Features
The AddressBuilder now has new a factory method aCompanyAddress() with additional parameter $vatId (#50, Thanks @bartoszkubicki !)
Fixture pools have been added for more convenient handling of multiple fixtures. See README for details (#52)
⚠️ Backwards incompatible changes
Many type declarations have been added (#49)
if your tests use declare(strict_types=1), you will probably need to type cast some parameters
The arguable unnecessary ObjectManager parameter from factory methods has been removed (#55)
The AddressBuilder::anAddress() method signature changed in an incompatible way, because the first parameter has been dropped
⚙ Infrastructure
Tests for the package now run on Travis CI for current Magento versions (Magento 2.3 with PHP 7.3 and Magento 2.4 with PHP 7.4)