Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Информация по запуску тестов.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalikxp committed Nov 9, 2023
1 parent ff3dbca commit 3bce372
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3bce372

Please sign in to comment.