Adrian Miu

Results 10 comments of Adrian Miu

Thanks for reporting. I haven't switched to PHP 8 yet. :( If you send me a pull-request I will happily approve it.

@bokunodev I have merged your PR and tagged it with 3.1.0 Thank you very much

@deleugpn The lambda function operates in a different environment so it cannot access the website (right?), unless I open the mysql instance to the world which I don't want to...

Yes. Use the `#selection` template ``` {{ selectionText }} ```

:warning: PHPUnit 10 requires PHP version 8.1 or higher. Be sure to verify you met this requirement by running `php -v` in your test environment.

:information_source: PHPUnit has documented using return types for test cases and data providers since PHPUnit 8. In an effort to modernize your test suite, Shift added a return type of...

:information_source: PHPUnit has documented declaring test classes as `final` since PHPUnit 8. In an effort to modernize your test suite, Shift has declared your test classes as `final`. Shift understands...

:warning: PHPUnit 10 now requires any _base test class_ to have a _TestCase_ suffix. In addition, this class should be defined as `abstract`. If you have a custom base test...

:alembic: This Shift is still being refined. **Please report any issues or suggestions** to [[email protected]](mailto:[email protected]). Your feedback is what helps improve the experience for everyone.

@phpfui Sorry for the delayed response. I've checked your code and I've found the following: 1. On the first run I got zero memory usage which made me investigate the...