10
๐ฅ 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.