wiki.techinc.nl/tests/phpunit/includes/rcfeed
Aryeh Gregor 3458e332da Clear test user registry between tests
Otherwise User members will wind up retaining stale references to
services. The more things move to services, the more state we need to
reset between tests to avoid subtle and confusing test failures!

TestUsers can't be created if the DB prefix is not either unittest_ or
ut_, which caused failures in RCFeedIntegrationTest.php with this change
now that it was trying to create a new TestUser. Fix is to set the
prefix to one of those two instead of empty.

Change-Id: I41f87e1acffe94361748ef4ab69c290de587e6be
2019-08-14 10:27:21 +03:00
..
RCFeedIntegrationTest.php Clear test user registry between tests 2019-08-14 10:27:21 +03:00