1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Update PHPUnit version for unit test description

Signed-off-by: Peter <peter279k@gmail.com>
This commit is contained in:
Peter 2023-05-31 16:31:43 +08:00
parent 096a7b7413
commit c9d10d3bce
No known key found for this signature in database
GPG Key ID: 3F2700BDE25D484A

View File

@ -16,7 +16,7 @@ Coding and documentation Style:
- The coding style follows PSR-2 `Coding Style Guide <http://www.php-fig.org/psr/psr-2/>`_
- The documentation uses `phpDocumentor <http://www.phpdoc.org/>`_
- Unit test uses `phpUnit 4+ <https://phpunit.de>`_
- Unit test uses `phpUnit 9+ <https://phpunit.de>`_
- Code syntax must follows `phpLint rules <http://www.icosaedro.it/phplint/>`_
Submitting Modifications: