Closed DaveSwainOnBuy closed 11 months ago
Submit failing tests to https://github.com/orchestral/testbench-core
Look like this could be caused by https://github.com/laravel/framework/pull/49020
Still need failing tests PR to move things forward.
Hi, sorry for not replying sooner (I see this issue has been closed as "not planned" after a week of inactivity. If I checkout testbench-core and simply run the existing tests I encounter the same error in 18 of the tests. As such I'm not sure where to go from here. Since the tests already fail, is it just a case of someone with a clue of how to fix this to set up an environment with the relevant versions and have at it?
I cannot replicate the issue in GitHub Actions and locally, you need to submit reproducing code as PR to testbench-core to move forward.
This only happens on legacy SQLite versions prior to 3.16, I sent a PR for this that will come on the next Laravel patch realease. However, you may upgrade your SQLite to a newer version in the meantime, preferably 3.35+ if possible.
Description:
Tests fail with error:
This does not happen if I change the laravel/framework version to 10.33.0 .
Steps To Reproduce:
I have a very simple composer / phpunit / test setup.
./vendor/bin/phpunit
as it is, and it'll pass."laravel/framework": "10.34.0",
and savecomposer update
./vendor/bin/phpunit
and see it fail