From 887621cb7a11fc22e9c975bc40a80f2b8da44a56 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 1 Feb 2024 11:36:09 +0900 Subject: [PATCH] docs: fix section order in testing "Mocking" is about PHPUnit testing. --- user_guide_src/source/testing/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/testing/index.rst b/user_guide_src/source/testing/index.rst index 949a68b99b51..0e4ddf996171 100644 --- a/user_guide_src/source/testing/index.rst +++ b/user_guide_src/source/testing/index.rst @@ -14,6 +14,6 @@ The following sections should get you quickly testing your applications. Controller Testing HTTP Testing response + Mocking benchmark debugging - Mocking