From c9d10d3bceb337e697d74b0a692b826a89baa8c2 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 31 May 2023 16:31:43 +0800 Subject: [PATCH] Update PHPUnit version for unit test description Signed-off-by: Peter --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e58c79f..345c924 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -16,7 +16,7 @@ Coding and documentation Style: - The coding style follows PSR-2 `Coding Style Guide `_ - The documentation uses `phpDocumentor `_ -- Unit test uses `phpUnit 4+ `_ +- Unit test uses `phpUnit 9+ `_ - Code syntax must follows `phpLint rules `_ Submitting Modifications: