| 27 | using namespace KDevelop; |
| 28 | |
| 29 | void TestDocumentController::initTestCase() |
| 30 | { |
| 31 | AutoTestShell::init({{}}); // do not load plugins at all |
| 32 | TestCore::initialize(); |
| 33 | Core::self()->languageController()->backgroundParser()->disableProcessing(); |
| 34 | m_subject = Core::self()->documentController(); |
| 35 | } |
| 36 | |
| 37 | void TestDocumentController::init() |
| 38 | { |
nothing calls this directly
no test coverage detected