From 44628601dfedc9af048f9636ce2c8fed18d97906 Mon Sep 17 00:00:00 2001 From: tiimo <65387160+timothebot@users.noreply.github.com> Date: Wed, 25 Sep 2024 06:29:53 +0200 Subject: [PATCH] [BUGFIX] Fix code block wrong source file reference (#4783) --- Documentation/Testing/FunctionalTesting/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Testing/FunctionalTesting/Index.rst b/Documentation/Testing/FunctionalTesting/Index.rst index 239f9538b3..db4c16f4c7 100644 --- a/Documentation/Testing/FunctionalTesting/Index.rst +++ b/Documentation/Testing/FunctionalTesting/Index.rst @@ -171,7 +171,7 @@ Frontend tests To prepare a frontend test, the system can be instructed to load a set of :file:`.typoscript` files for a working frontend: -.. literalinclude:: _FunctionalTests/_SomeTestConfiguration.php +.. literalinclude:: _FunctionalTests/_SomeTestFrontend.php :language: php :caption: EXT:my_extension/Tests/Functional/SomeTest.php