Spring REST Docs needs to capture the raw URI template to post-process it and this broke with `MockMvcTester` as the fluent API no longer uses [the builder that captures the template](https://github.com/spring-projects/spring-restdocs/blob/4315acfe502b83b00b68f35b39645ad13cbf4040/spring-restdocs-mockmvc/src/main/java/org/springframework/restdocs/mockmvc/RestDocumentationRequestBuilders.java#L75-L76). There was a similar problem for WebFlux that we fixed by [providing an accessor to the URI template](https://github.com/spring-projects/spring-framework/issues/20148). For consistency, we should provide one for MVC as well.