flarum / framework

Simple forum software for building great communities.
http://flarum.org/
6.28k stars 826 forks source link

fix(testing): always clear cache in integration test's tearDown #3818

Closed n-peugnet closed 1 year ago

n-peugnet commented 1 year ago

Changes proposed in this pull request:

This prevent integration tests from interacting between each other through the cache. See https://github.com/flarum/framework/issues/3663#issuecomment-1531646474.

Necessity

Confirmed