Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlive committed Dec 8, 2024
1 parent b178dfb commit 5998d71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/core-concepts/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,7 @@ $fake->assertRequest(function ($requests) {
expect($requests[0]->provider)->toBe('anthropic');
expect($requests[0]->model)->toBe('claude-3-sonnet');
});

// Assert provider configuration
$fake->assertProviderConfig(['api_key' => 'sk-1234']);
```

0 comments on commit 5998d71

Please sign in to comment.