| 85 | } |
| 86 | |
| 87 | void LanguageControllerTestBase::init() |
| 88 | { |
| 89 | Core::self()->languageControllerInternal()->initialize(); |
| 90 | m_subject->backgroundParser()->suspend(); |
| 91 | } |
| 92 | |
| 93 | void LanguageControllerTestBase::cleanup() |
| 94 | { |
nothing calls this directly
no test coverage detected