Would it be possible to move the test methods into a trait?
I'm currently working on a WordPress object cache => psr16 adapter which unfortunately requires booting WordPress. Thus I have to extend another test case already and can't use the provided test case from this package.
Right now the only option I have is to copy all test methods.