diff --git a/README.md b/README.md index c7f1c2f8493..5cfff94f298 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ This version of PHPUnit bases on release 3.7.38 and is adjusted for compatibilit The package was created especially for testing https://github.com/zf1s packages. All credits go to original PHPUnit author and contributors. + +### Example commands +To test the library against new PHP versions - run all tests and stop on first error: +``` +php phpunit.php --color --stop-on-error --stop-on-failure --stop-on-incomplete +``` \ No newline at end of file