| 163 | namespace QmlJS { |
| 164 | |
| 165 | void QmlCompletionTest::initTestCase() |
| 166 | { |
| 167 | AutoTestShell::init({"kdevqmljs"}); |
| 168 | TestCore::initialize(Core::NoUi); |
| 169 | DUChain::self()->disablePersistentStorage(); |
| 170 | CodeRepresentation::setDiskChangesForbidden(true); |
| 171 | } |
| 172 | |
| 173 | void QmlCompletionTest::cleanupTestCase() |
| 174 | { |
nothing calls this directly
no test coverage detected