Skip to content

Instantly share code, notes, and snippets.

@wapcrazut
Created July 25, 2023 09:08
Show Gist options
  • Save wapcrazut/a201ff27fe0b219e0c5187e10d04213e to your computer and use it in GitHub Desktop.
Save wapcrazut/a201ff27fe0b219e0c5187e10d04213e to your computer and use it in GitHub Desktop.
Run PHPUnit test repeatedly
# https://github.com/sebastianbergmann/phpunit/issues/5174
while php vendor/bin/phpunit tests/ExampleTest.php --stop-on-failure; do echo; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment