Created
July 25, 2023 09:08
-
-
Save wapcrazut/a201ff27fe0b219e0c5187e10d04213e to your computer and use it in GitHub Desktop.
Run PHPUnit test repeatedly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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