Добавлена тулза для подсчёта статистики проекта

This commit is contained in:
ErickSkrauch 2016-06-16 00:37:50 +03:00
parent 912606e27f
commit 68cd18b9c6

View File

@ -33,7 +33,8 @@
"flow/jsonpath": "^0.3.1",
"codeception/codeception": "~2.1.10",
"codeception/specify": "*",
"codeception/verify": "*"
"codeception/verify": "*",
"phploc/phploc": "*"
},
"provide": {
"bower-asset/jquery": "*",
@ -53,6 +54,7 @@
"scripts": {
"build-tests" : "cd tests && codecept build",
"test" : "codecept run -c tests",
"test-api" : "codecept run -c tests/codeception/api"
"test-api" : "codecept run -c tests/codeception/api",
"phploc" : "phploc ./api ./common ./console"
}
}