Aidan Casey
Aidan Casey
With [`FrameworkIntegrationTestCase`](https://github.com/tempestphp/tempest-framework/blob/main/tests/Integration/FrameworkIntegrationTestCase.php), the SQLite database is deleted and re-copied _every_ test run. Nothing is currently happening with other dialects like Laravel supports with the `RefreshDatasebase` trait. I think our default...
I'll have a fix for this today. 🙂
@brendt - I'm actually having a hard time replicating this. Can you give me the steps you took to get this message?
Ah... interesting. I was using `create-project` and not getting it. Following these instructions, I get it.
@Treggats if you check the framework composer, I had added this as well. The question is why it is prompting when following the steps @brendt gave.
So what's happening is it needs to be in the root project directory composer. Naturally with `create-project` it would be since we have control over that template, but it won't...
@brendt - This is now fixed for requiring `tempest/console` and `tempest/http`. Because a new version hasn't been tagged, you have to specify `dev-main`. It will still alert for `tempest/http-client`, but...
@brendt you need to make sure you are using `dev-main`. The latest tag in Packagist is way old. It's for the PSR adapter that you dislike so much. Rather than...
I would submit a separate PR to fix the Rector run and any changes to the bootstrap files just to keep this one clean. As mentioned in #317, I wouldn't...
@brendt I'll review today and get it merged.