From 3bce372c87bf047d99a2efc9d630bd315615c513 Mon Sep 17 00:00:00 2001 From: Vitalik Shirokov Date: Thu, 9 Nov 2023 17:28:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8F=20=D0=BF=D0=BE=20=D0=B7=D0=B0=D0=BF=D1=83?= =?UTF-8?q?=D1=81=D0=BA=D1=83=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4897336..db3b632 100644 --- a/README.md +++ b/README.md @@ -110,3 +110,12 @@ $response = $indexer->search('goods', ['ACTIVE' => 'Y'], ['ID' => 'ASC'], [ 'size' => 20 ]); ``` + +## Разработка и тестирование + +Запуск тестов в контейнерах Docker: +```bash +docker compose up -d +docker compose exec bitrix composer install +docker compose exec bitrix vendor/bin/phpunit +```