Last modified: 2014-11-10 11:46:19 UTC
Currently (04e798e4deb50d31bd460ffe018df875b36a87c7) the Wikibasse\Utils class holds isPidAlive, getPidLock and makePidFilename methods, all public, static and without tests. Seems like these should go into their own object that then has associated unit tests. This code is currently contributing a good bit to making the Utils class one of the, according to PHP CodeCoverage, highest risks in the project: http://wikidata-docs.wikimedia.de/testcoverage/phpcoverage/20121121/extensions_Wikibase.dashboard.html
Still relevant?