Skip to content

Commit

Permalink
Update tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Dec 6, 2023
1 parent 286775a commit 0d66cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/Basics/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0d66cdc

Please sign in to comment.