mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Documentation still refers to the now deprecated `EnvironmentTestUtils` class instead of `TestPropertyValues` for setting environment values in tests. This commit replaces it with `TestPropertyValues` and provides an equivalent code example. Closes gh-12711