Skip to content

Commit c11c9cb

Browse files
Improve PHPUnit Example to Match Pest Example in Testing Documentation (#10270)
1 parent 598cf05 commit c11c9cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http-tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,11 @@ class ExampleTest extends TestCase
337337
{
338338
$response = $this->get('/');
339339

340+
$response->dd();
340341
$response->ddHeaders();
341-
342+
$response->ddBody();
343+
$response->ddJson();
342344
$response->ddSession();
343-
344-
$response->dd();
345345
}
346346
}
347347
```

0 commit comments

Comments
 (0)