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 error is raised when globals are backed up by PHPUnit during our tests. I'm assuming this is because of a global that contains a Closure, which seems to be incompatible with a default PHPUnit configuration. I'm going to turn off this functionality for now. See: sebastianbergmann/phpunit#451
... --no-globals-backup
The text was updated successfully, but these errors were encountered:
This error is raised when globals are backed up by PHPUnit during our tests. I'm assuming this is because of a global that contains a Closure, which seems to be incompatible with a default PHPUnit configuration. I'm going to turn off this functionality for now. See: sebastianbergmann/phpunit#451
...
--no-globals-backup
The text was updated successfully, but these errors were encountered: