moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

README: Fix phpunit command example for 9.x #239

Closed kabalin closed 1 year ago

kabalin commented 1 year ago

phpunit no longer supports separate class name param since 9.x (https://phpunit.readthedocs.io/en/9.5/textui.html#command-line-options), this patch changes usage example accordingly.