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

Merge pull request #129 from peter279k/update_contributing

Update PHPUnit version for unit test description
This commit is contained in:
Romain Beuque 2023-06-12 14:57:33 +02:00 committed by GitHub
commit 64e7ddcae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: