| 33 | QTEST_MAIN(TestFiles) |
| 34 | |
| 35 | void TestFiles::initTestCase() |
| 36 | { |
| 37 | AutoTestShell::init({"kdevqmljs"}); |
| 38 | TestCore::initialize(KDevelop::Core::NoUi); |
| 39 | DUChain::self()->disablePersistentStorage(); |
| 40 | Core::self()->languageController()->backgroundParser()->setDelay(0); |
| 41 | CodeRepresentation::setDiskChangesForbidden(true); |
| 42 | } |
| 43 | |
| 44 | void TestFiles::cleanupTestCase() |
| 45 | { |
nothing calls this directly
no test coverage detected