From 68cd18b9c614dc820786956ce133cabe9c26acc5 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Thu, 16 Jun 2016 00:37:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=82=D1=83=D0=BB=D0=B7=D0=B0=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BF=D0=BE=D0=B4=D1=81=D1=87=D1=91=D1=82=D0=B0=20?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" } }