mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
471 B
471 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can run your tests in a random order | 1596508351872917504 | weekly-thread-2022-35 | DanSysAnalyst |
|
2022-11-26T14:17:07+00:00 | you-can-run-your-tests-in-a-random-order |
🙂🙃🙂 Have you ever tried running your tests in random order?
This can be helpful to detect interdependencies between tests.
(works on @pestphp and PHPUnit)