From de744b76306700dcbda5347287e0db008e08088e Mon Sep 17 00:00:00 2001 From: Marcin Gil Date: Fri, 11 Apr 2025 11:53:21 +0200 Subject: [PATCH] Added section "Example commands" with an example command for testing the library against new PHP versions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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