mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-10 01:29:28 +03:00
restrict PHPUnit to 9.5 version
There are so many breaking changes with PHPUnit that it is impossible to give any other guarantees.
This commit is contained in:
parent
04857d32cd
commit
79aeb31088
@ -30,7 +30,7 @@ unit tests (using PHPUnit for PHP code and pytest for Python code).
|
||||
It has the following additional requirements:
|
||||
|
||||
* [behave test framework](https://behave.readthedocs.io) >= 1.2.6
|
||||
* [phpunit](https://phpunit.de) >= 7.3
|
||||
* [phpunit](https://phpunit.de) (9.5 is known to work)
|
||||
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)
|
||||
* [Pylint](https://pylint.org/) (2.6.0 is used for the CI)
|
||||
* [pytest](https://pytest.org)
|
||||
|
Loading…
Reference in New Issue
Block a user