Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pestphp/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 10, 2024
2 parents 31e8629 + c6b50cf commit c467a55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ arch()
arch()
->expect('App\Models')
->toBeClasses()
->toExtend('Illuminate\Database\Eloquent\Model');
->toExtend('Illuminate\Database\Eloquent\Model')
->toOnlyBeUsedIn('App\Repositories')
->ignoring('App\Models\User');

Expand Down Expand Up @@ -580,7 +580,6 @@ Presets are predefined sets of granular expectations that you can use to test yo
- [`security`](#preset-security)
- [`laravel`](#preset-laravel)
- [`strict`](#preset-strict)
- [`strict`](#preset-strict)
- [`custom`](#preset-custom)

</div>
Expand Down

0 comments on commit c467a55

Please sign in to comment.