mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Formating fixe
This commit is contained in:
@@ -19,14 +19,14 @@ or install it manually::
|
||||
chmod +x phpunit.phar
|
||||
sudo mv phpunit.phar /usr/local/bin/phpunit
|
||||
|
||||
After the installation the ''phpunit'' command is available.
|
||||
After the installation the ''phpunit'' command is available::
|
||||
|
||||
phpunit --version
|
||||
|
||||
And you can update it using
|
||||
And you can update it using::
|
||||
|
||||
phpunit --self-update
|
||||
|
||||
phpunit --self-update
|
||||
|
||||
You can find more information in the PHPUnit documentation: https://phpunit.de/manual/current/en/installation.html
|
||||
|
||||
Writing PHP unit tests
|
||||
|
||||
Reference in New Issue
Block a user