This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Release 3.2.1 breaks vendors behavior #71
Closed
Description
Hi,
The #66 hotfix breaks many vendors since Global arrays are cleared on setUp().
For example I use spatie/phpunit-snapshot-assertions to make snapshots which use $_SERVER here or Hoa Protocol here.
These are only 2 examples but it may have a huge impact on other large projects with many vendors.
Is it possible to consider fine fixing the problem encountered in #61 instead of clearing all global arrays ?
Thanks.