diff --git a/composer.json b/composer.json index a1b306c..5231ce1 100644 --- a/composer.json +++ b/composer.json @@ -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" } }