]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
doc: simplify unit tests documentation
[github/shaarli/Shaarli.git] / Makefile
index 286d2c904f711d2a04c9e15da59d1067b6ca0b4a..917fab7d9753cb1fa41c18b759e7dc06cf0559d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,8 @@ locale_test_%:
                --testsuite language-$(firstword $(subst _, ,$*))
 
 all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR
-       @$(BIN)/phpcov merge --html coverage coverage
+       @# --The current version is not compatible with PHP 7.2
+       @#$(BIN)/phpcov merge --html coverage coverage
        @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6)
        @#$(BIN)/phpcov merge --text coverage/txt coverage