aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Unit-tests.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-01-30 19:15:30 +0100
committerArthurHoaro <arthur@hoa.ro>2018-01-30 19:15:30 +0100
commita74184e1b0a9d503e1ea75812583967e7110c2f2 (patch)
treed596a0af4c819509d0bea8d5bdaf9041e7e77808 /doc/md/Unit-tests.md
parent57e4a974f7332ec694822ec61b8527cc31152798 (diff)
parent99a554904498d4d6985216568b32833c73e9825f (diff)
downloadShaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.tar.gz
Shaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.tar.zst
Shaarli-a74184e1b0a9d503e1ea75812583967e7110c2f2.zip
Merge tag 'v0.9.4' into latest
Release v0.9.4
Diffstat (limited to 'doc/md/Unit-tests.md')
-rw-r--r--doc/md/Unit-tests.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/md/Unit-tests.md b/doc/md/Unit-tests.md
index d200634f..f6030d5c 100644
--- a/doc/md/Unit-tests.md
+++ b/doc/md/Unit-tests.md
@@ -2,12 +2,12 @@
2 2
3The framework used is [PHPUnit](https://phpunit.de/); it can be installed with [Composer](https://getcomposer.org/), which is a dependency management tool. 3The framework used is [PHPUnit](https://phpunit.de/); it can be installed with [Composer](https://getcomposer.org/), which is a dependency management tool.
4 4
5Regarding Composer, you can either use: 5### Install composer
6 6
7- a system-wide version, e.g. installed through your distro's package manager 7You can either use:
8- a local version, downloadable [here](https://getcomposer.org/download/)
9 8
10#### Sample usage 9- a system-wide version, e.g. installed through your distro's package manager
10- a local version, downloadable [here](https://getcomposer.org/download/).
11 11
12```bash 12```bash
13# system-wide version 13# system-wide version
@@ -29,6 +29,8 @@ $ composer update
29 29
30#### Install and enable Xdebug to generate PHPUnit coverage reports 30#### Install and enable Xdebug to generate PHPUnit coverage reports
31 31
32See http://xdebug.org/docs/install
33
32For Debian-based distros: 34For Debian-based distros:
33```bash 35```bash
34$ aptitude install php5-xdebug 36$ aptitude install php5-xdebug