At the moment:
class UserPasswordResetTest extends PageCacheTagsTestBase
...where:
class PageCacheTagsTestBase extends WebTestBase
AFAICS there's no need for this (it seems a bit odd?) and UserPasswordResetTest
can extend WebTestBase
directly.