In the current Mockery version, helpers are included in the autoload by default. Therefore this call is obsolete and can be removed.
What problem is this fixing?
Prevents the following warning from appearing when running composer dump-autoload (or any other call triggering autoload):
The following "files" autoload rules are included multiple times, this may cause issues and should be resolved:
- $vendorDir . '/mockery/mockery/library/helpers.php'
Describe your change
In the current Mockery version, helpers are included in the autoload by default. Therefore this call is obsolete and can be removed.
What problem is this fixing?
Prevents the following warning from appearing when running
composer dump-autoload
(or any other call triggering autoload):