Merge branch '4.0.x' into 4.1.x

Closes gh-51765
This commit is contained in:
Andy Wilkinson
2026-09-15 13:10:54 +01:00
2 changed files with 25 additions and 22 deletions
@@ -1,7 +1,7 @@
[[testing.testcontainers]]
= Testcontainers
The https://www.testcontainers.org/[Testcontainers] library provides a way to manage services running inside Docker containers.
The https://www.testcontainers.com/[Testcontainers] library provides a way to manage services running inside Docker containers.
It integrates with JUnit, allowing you to write a test class that can start up a container before any of the tests run.
Testcontainers is especially useful for writing integration tests that talk to a real backend service such as MySQL, MongoDB, Cassandra and others.