]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/Unit-tests.md
Doc: sync from Wiki, generate HTML
[github/shaarli/Shaarli.git] / doc / Unit-tests.md
similarity index 95%
rename from doc/Running-unit-tests.md
rename to doc/Unit-tests.md
index 94e99591891d229fd5fc9474ca98a5823917cb86..f288878057d44e31466d77b0f1f4cc37221757c9 100644 (file)
@@ -1,10 +1,11 @@
+#Unit tests
 
 ### Setup your environment for tests
-The framework used is [PHPUnit](https://phpunit.de/); it can be installed with [Composer](https://getcomposer.org/), which is a dependency management tool.
+The framework used is [PHPUnit](https://phpunit.de/); it can be installed with [Composer](https://getcomposer.org/), which is a dependency management tool.[](.html)
 
 Regarding Composer, you can either use:
 * a system-wide version, e.g. installed through your distro's package manager
-* a local version, downloadable [here](https://getcomposer.org/download/)
+* a local version, downloadable [here](https://getcomposer.org/download/)[](.html)
 
 #### Sample usage
 ```bash
@@ -124,4 +125,4 @@ Each test has 3 possible outcomes:
 If Xdebug has been installed and activated, two coverage reports will be generated:
 * a summary in the console
 * a detailed HTML report with metrics for tested code
- * to open it in a web browser: `firefox coverage/index.html &`
\ No newline at end of file
+ * to open it in a web browser: `firefox coverage/index.html &`