- Issue created by @mondrake
- Merge request !9155Resolve #3467344 "Method getmockforabstractclass of" → (Closed) created by mondrake
- Status changed to Needs review
4 months ago 6:47am 11 August 2024 - 🇮🇹Italy mondrake 🇮🇹
This one needed quite some refactoring. The
Database
class should not be mocked, it is mainly a container of static properties and methods. We can reuse theStubConnection
from the unit tests, and in line with that I added aStubSchema
class, that I copied from a fixture. - Status changed to RTBC
4 months ago 6:05pm 11 August 2024 - 🇺🇸United States smustgrave
Refactor appears logical.
Don't believe any coverage lost at least
- Status changed to Fixed
4 months ago 11:53pm 16 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.