Skip to content

Update http-tests.md #692

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion http-tests.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
git: 118eb1970420602073990b081b18bef59582c8b3
git: b1a0e4a0c045dd73734b6a638a83f6dabdedc449
---

# Тестирование · Тесты HTTP
Expand Down Expand Up @@ -249,6 +249,12 @@ class ExampleTest extends TestCase
$this->actingAs($user, 'web')
```

Если вы хотите убедиться, что запрос не аутентифицирован, вы можете использовать метод `actingAsGuest`:

```php
$this->actingAsGuest()
```

<a name="debugging-responses"></a>
### Отладка ответов

Expand Down