Owen Voke

Results 192 comments of Owen Voke

I'm currently going through and trying to update to the latest Rector and other dependencies. It seems like a tonne of things have changed since v0.8, so going to take...

`$this->seed()` requires the framework to be booted. Which requires the testcase to be booted. This can't be used within a `beforeAll()` usage, as it runs before the testcase has booted....

Yeah, [this only uses a `str_contains()` on the file contents](https://github.com/pestphp/pest/blob/dc1e4f040dea7d828dbfc9f30f785612c5d895a0/src/Expectation.php#L437). I think what would make the most sense is to probably have a regex check for something like: ```regex ^

Just a thought, I feel like these would be quite nice in a maths (or math) plugin for Pest possibly. I'm not sure how commonly they'd be used. I can...

I think Front YAML has to be updated as v1 doesn't support Symfony 6 â˜šī¸

@canhkieu, looks like the package has been updated with [`v0.8`](https://github.com/albertcht/lumen-helpers/releases/tag/v0.8), so should be fine to install. 👍

Seems to work for me. 🤔 Chrome keeps a cache of favicons, so it could be this. I mean, this may not be the issue, but if you opened the...

Yeh, that's weird if you've tried other browsers. 🤔 Not really sure about what else it could be.

Yeah, this happens because it installs `laravel/framework`, which `laravel-zero/framework` conflicts with. I don't think there's actually much reason to add the Laravel plugin for Pest within a Laravel Zero application....