Skip to content
Snippets Groups Projects
Commit ef92bb23 authored by totten's avatar totten
Browse files

phpunit.md - Make "Binary" explanation more readable

parent 4cb25eee
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,14 @@
[PHPUnit](https://phpunit.de/) tests ensure that CiviCRM's PHP logic is working as expected — for example,
ensuring that the `Contact.create` API actually creates a contact.
## Binary
## Command name
PHPUnit provides a command-line tool. In [buildkit](/tools/buildkit.md), this tool is named `phpunit4`. In other environments, it might be
`phpunit` or `phpunit.phar`.
PHPUnit is a command-line tool, but the command name varies depending on how it was installed. For example:
* In [buildkit](/tools/buildkit.md), this command is named `phpunit4`.
* In other environments, it might be `phpunit` or `phpunit.phar`.
For the following examples, we'll use `phpunit4`.
## Suites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment