From 0d66cdc850df83c1721b63fbb83c1c9642b55e11 Mon Sep 17 00:00:00 2001 From: Mohammad Mortazavi Date: Wed, 6 Dec 2023 18:26:42 +0330 Subject: [PATCH] Update tests.md --- docs/content/docs/Basics/tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/Basics/tests.md b/docs/content/docs/Basics/tests.md index 36dc632..7cf88d8 100644 --- a/docs/content/docs/Basics/tests.md +++ b/docs/content/docs/Basics/tests.md @@ -5,7 +5,7 @@ weight: 2 For testing, there is some helpful methods that can be found so handy. -### Available methods +#### Available methods {{< column "methods-container" >}} @@ -71,7 +71,7 @@ public function example(): void { } ``` -### Factory contract +## Factory contract This contract helps to create fake data for your test suite. the implementation class should be like this.