diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-01-17 21:34:12 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2020-01-18 09:56:32 +0100 |
commit | e26e2060f5470ce8bf4c5973284bae07b8af170a (patch) | |
tree | adf8512f93f5559ba87d0c9931969ae4ebea7133 /Makefile | |
parent | cf92b4dd1521241eefc58eaf6dcd202cd83969d8 (diff) | |
download | Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.tar.gz Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.tar.zst Shaarli-e26e2060f5470ce8bf4c5973284bae07b8af170a.zip |
Add and update unit test for the new system (Bookmark + Service)
See #1307
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,7 +80,8 @@ locale_test_%: | |||
80 | --testsuite language-$(firstword $(subst _, ,$*)) | 80 | --testsuite language-$(firstword $(subst _, ,$*)) |
81 | 81 | ||
82 | all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR | 82 | all_tests: test locale_test_de_DE locale_test_en_US locale_test_fr_FR |
83 | @$(BIN)/phpcov merge --html coverage coverage | 83 | @# --The current version is not compatible with PHP 7.2 |
84 | @#$(BIN)/phpcov merge --html coverage coverage | ||
84 | @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) | 85 | @# --text doesn't work with phpunit 4.* (v5 requires PHP 5.6) |
85 | @#$(BIN)/phpcov merge --text coverage/txt coverage | 86 | @#$(BIN)/phpcov merge --text coverage/txt coverage |
86 | 87 | ||