From df961e4d70c321f8ff0722a03cd88693aec7b51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riikka=20Kalliom=C3=A4ki?= Date: Wed, 25 Oct 2023 11:46:56 +0300 Subject: [PATCH] Fix shrinking time limit example file reference --- docs/shrinking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shrinking.rst b/docs/shrinking.rst index 04e6e19d..caa1597c 100644 --- a/docs/shrinking.rst +++ b/docs/shrinking.rst @@ -96,7 +96,7 @@ Shrinking time limit You can set a time limit for shrinking if you prefer to be presented with more complex examples with respect to spending test suite running time: -.. literalinclude:: ../examples/ShrinkingTest.php +.. literalinclude:: ../examples/ShrinkingTimeLimitTest.php :language: php The shrinking for this test will not run for more than 2 seconds (although the test as a whole may take more):