Val Bancer
Val Bancer
@thinkingserious `filter_var` used in [SendGrid\Helper\Assert::email](https://github.com/sendgrid/sendgrid-php/blob/main/lib/helper/Assert.php#L54) does not support unicode emails. According to PHP [docs](https://www.php.net/manual/en/filter.constants.php) FILTER_FLAG_EMAIL_UNICODE is applied only to the local part of the email address. Would it be okay...
https://github.com/NicolasCARPi/dropzone/pull/11
An example by ChatGPT without dependencies to 3rd party libraries (not tested): --- ## 🏗️ Solution: `MockModelBuilder` (a fluent mock configuration wrapper) You’ll define a class (e.g. `MockModelBuilder`) that collects...
@mirko-pagliai thanks although the last release was in May 2024 - https://github.com/mockery/mockery/releases. I'm not sure if it is wise to add a dependency to a library that is not actively...
It looks like this has already been implemented but documented neither in method doc blocks nor in the cookbook. https://github.com/cakephp/cakephp/blob/e8fbbd7f668b30e98293813db600258fadead5a6/tests/TestCase/ORM/Locator/LocatorAwareTraitTest.php#L79