As noted in the comments (#9225 (comment)) the test class doesn't need this property (otherwise the test would've failed earlier).
I'm not sure how this can be addressed but we probably don't need "dead code" floating around in our tests. Maybe we can get away by replacing the contents with raise NotImplementedException (or how it's called) to make it clearer that we don't need it?