The Title constructor was recently made private (CC @Daimona), which seems to have broken WikibaseLexeme’s CI.
Specifically, the following code:
/** * @return Title|MockObject */ private function getMockTitle() { return $this->getMockBuilder( Title::class )->getMock(); }
now throws an exception. Is there a suggested replacement?