mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
d27dbbc5f8
The override for the paths in the testing environment was causing plugin tests to fail as the base plugin test class was pointing to the wrong plugin root. I've changed it so the override is now only applied for the test(s) that need it. Refs: https://github.com/wintercms/wn-redirect-plugin/pull/15#issuecomment-1510038828