mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 15:40:21 +05:30
Добавлена тулза для подсчёта статистики проекта
This commit is contained in:
parent
912606e27f
commit
68cd18b9c6
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user