TLDR
Enter a command. For example: git subtree, serve, ionic, arc.

phpunit

 
PHPUnit command-line test runner. More information: https://phpunit.de.
 
  • Run tests in the current directory. Note: Expects you to have a 'phpunit.xml':
     
    phpunit
     
  • Run tests in a specific file:
     
    phpunit {{path/to/TestFile.php}}
     
  • Run tests annotated with the given group:
     
    phpunit --group {{name}}
     
  • Run tests and generate a coverage report in HTML:
     
    phpunit --coverage-html {{directory}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.