Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent 3479555 commit d699165
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ As you may know, [Architecture testing](#arch-testing) enables you to specify ex

It's one of the most popular features of Pest, and with Pest 3, we're introducing **Arch Presets**. Arch Presets are a set of predefined architectural rules that you can use to test your application's architecture. These presets are designed to help you get started with architecture testing quickly and easily.

div class="collection-method-list" markdown="1">
Here are the available Arch Presets in Pest 3:

<div class="collection-method-list" markdown="1">

- [`php`](#preset-php)
- [`security`](#preset-security)
- [`laravel`](#preset-laravel)
- [`strict`](#preset-strict)
- [`strict`](#preset-strict)
- [`custom`](#preset-custom)

</div>

Expand Down

0 comments on commit d699165

Please sign in to comment.