mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
98c78bdbf1
The Singleton changes introduced to Storm (ca5959495b
) that bind singletons to the app means that in unit tests, we will need to re-initialise any scope we need for tests, as the app is cleared upon each test case being run.