Skip to content

Commit 3fb5edb

Browse files
committed
Normalize README output
1 parent e13d965 commit 3fb5edb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mddoc.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ There has been work [started to implement this](https://github.com/donatj/mock-w
6969
<text><![CDATA[By default responses will happen instantly. If you're looking to test timeouts, the DelayedResponse response wrapper may be useful.]]></text>
7070
<source name="example/delayed.php" lang="php"/>
7171
<text>Outputs:</text>
72-
<exec cmd="php example/delayed.php" format="code-block" />
72+
<replace regex="true" search="%Realtime Request took: 0\.\d+ seconds%" replace="Realtime Request took: 0.015669107437134 seconds">
73+
<replace regex="true" search="%Delayed Request took: 0\.\d+ seconds%" replace="Delayed Request took: 0.10729098320007 seconds">
74+
<exec cmd="php example/delayed.php" format="code-block" />
75+
</replace>
76+
</replace>
7377
</section>
7478
</section>
7579
<section title="Multiple Responses from the Same Endpoint">

0 commit comments

Comments
 (0)