Run tests in the current directory. Note: Expects you to have a 'phpunit.xml'
Run tests in a specific file
phpunit path/to/TestFile.phpRun tests annotated with the given group
Run tests and generate a coverage report in HTML
phpunit --coverage-html path/to/directory