In trying to submit https://gerrit.wikimedia.org/r/#/c/63907/18, I get a Jenkins build failure due to PHPUnit failing, due to a Fatal being thrown: https://integration.wikimedia.org/ci/job/mwext-MobileFrontend-testextensions...
The fatal:
PHP Fatal error: Class 'MFMockRevision' not found in /srv/ssd/jenkins/workspace/mwext-MobileFrontend-testextensions-master/extensions/MobileFrontend/tests/MobileContextTest.php on line 500
The thing is, 'MFMockRevision' should be made available by it's file being included in efExtMobileFrontendUnitTests() (our hook handler for UnitTestsList.
Unit tests execute fine for me and at least one other person on the mobile team. I do not want to manually merge that patchset since I imagine it would cause build failures on subsequent patchset +2's. Anyone know what might be going on?