mirror of
https://github.com/elyby/accounts.git
synced 2025-02-25 12:17:58 +05:30
Добавлена тулза для подсчёта статистики проекта
This commit is contained in:
parent
912606e27f
commit
68cd18b9c6
@ -33,7 +33,8 @@
|
|||||||
"flow/jsonpath": "^0.3.1",
|
"flow/jsonpath": "^0.3.1",
|
||||||
"codeception/codeception": "~2.1.10",
|
"codeception/codeception": "~2.1.10",
|
||||||
"codeception/specify": "*",
|
"codeception/specify": "*",
|
||||||
"codeception/verify": "*"
|
"codeception/verify": "*",
|
||||||
|
"phploc/phploc": "*"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"bower-asset/jquery": "*",
|
"bower-asset/jquery": "*",
|
||||||
@ -53,6 +54,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build-tests" : "cd tests && codecept build",
|
"build-tests" : "cd tests && codecept build",
|
||||||
"test" : "codecept run -c tests",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user