[stable9.1] Add extra check in case of missing home storage#28505
Conversation
ed8e9ad to
b4ad753
Compare
|
fixed createMock for old phpunit |
Seems we'll need to adjust these tests to properly initialize the storages |
|
Argh... running these test suites individually works fine. It's likely that when running the full suite, something is destroying the test storages or preventing them to come back up again. |
This is to prevent the safety check to kick in because the "files" folder is missing.
|
Ok, so on stable10 it works fine because the skeleton copy is happening much earlier now. Here on stable9.1 the versioning and trashbin tests are deleting the "files" folder at the end of tests, so trying to |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport of #28432 to stable9.1.
Need retesting.