Nathanael Esayeas

Results 42 comments of Nathanael Esayeas

That is correct. Something is still causing this to run for up to 6 hours, but I personally am no longer able to reproduce this. https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits > Job execution time...

The problem that causes it to run that long is not in this project, it's in `actions/cache`. However, this project runs `actions/cache` internally and **the issue here is not properly...

@remicollet Thank you, I appreciate the time you invested in preparing this pull request and for all of the work you've contributed to the PHP community. You too @Danack, Thank...

`on: schedule` event only runs on the last commit of the default branch. However we may be able to generate matrix of branch names. ``` - uses: actions/checkout@v4 with: ref:...

Hey @Ilyes512, You are absolutely right, that was my mistake, the doc comments were incomplete. I believe we are working on this in #1410, can you please test that branch...

@mahfoudfx > There is no such thing as integer length. https://github.com/laravel/framework/issues/1465#issuecomment-18700321

- [ ] `readonly` classes must only contain typed properties > PHP Fatal error: Readonly property Mockery_191_AbstractReadOnlyClass::$_mockery_expectations must have type

@comes No, not yet. However, I do have a solution in mind. I believe we may need to move all of the class properties in the `Mock` class into a...

Update: refactored the MockInternals as previously mentioned, (without) changing any of the current functionality. Encountered issues with at least two features that are now broken. - Mocking a `__construct` method...

Hey @Gyalomalom, Thanks for reporting this issue. I wanted to give some updates, but I don't have the full resolution yet. Working on a fix for this in #1319 but...