We support PHPUnit 10 only in a dev-master version of the laravel-swagger. So I updated it to dev-master.
Also, I found an issue with optionalParameter when mocking a native function. Actually, I don't know what exactly caused it, but it may be a new version of php-mock-phpunit. Anyway, we should handle this in the laravel-helpers.
Ref #68
We support PHPUnit 10 only in a dev-master version of the
laravel-swagger
. So I updated it to dev-master.Also, I found an issue with optionalParameter when mocking a native function. Actually, I don't know what exactly caused it, but it may be a new version of
php-mock-phpunit
. Anyway, we should handle this in thelaravel-helpers
.