From 622c018c9fba1a76797652a69a0f44b9f4eeb7a9 Mon Sep 17 00:00:00 2001 From: Sajad Torkamani Date: Sun, 3 Aug 2025 17:06:28 +0100 Subject: [PATCH] fix typo --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index 189440f5195..49680ce26c9 100644 --- a/testing.rst +++ b/testing.rst @@ -113,7 +113,7 @@ to use the Symfony Kernel to fetch a service from the dependency injection container. Symfony provides a :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\KernelTestCase` -class to help you creating and booting the kernel in your tests using +class to help you create and boot the kernel in your tests using ``bootKernel()``:: // tests/Service/NewsletterGeneratorTest.php