mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
536 B
536 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| If you use both pest and PHPUnit, you can use both syntaxes in both types of tests | 1507455564942495749 | weekly-thread-2022-12 | djgeisi |
|
2022-03-25T20:33:08+00:00 | if-you-use-both-pest-and-phpunit-you-can-use-both-syntaxes-in-both-types-of-tests |
#PestPHP #PHP Tip
If you have a mixed codebase with Pest and PHPUnit tests you can use almost all of the pest magic in your PHPUnit tests. It just works.