From e018622949511fa8f776ff1d0a56da7a34c44ae4 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Thu, 4 Jan 2024 11:45:34 -0300 Subject: [PATCH] Refactor testing instructions. --- docs/en/testing.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/testing.md b/docs/en/testing.md index 11ed44eec..347a5203c 100644 --- a/docs/en/testing.md +++ b/docs/en/testing.md @@ -45,8 +45,7 @@ composer require --dev yiisoft/db-mssql yiisoft/db-mysql yiisoft/db-oracle yiiso ``` 2. Run all Docker containers for each dbms. -3. Install the dependencies of the project with composer. -4. Run the tests. +3. Run the tests. ```shell vendor/bin/phpunit @@ -63,8 +62,7 @@ composer require --dev yiisoft/db-pgsql --ansi ``` 2. Run the Docker container for the dbms you want to test. -3. Install the dependencies of the project with composer. -4. Run the tests. +3. Run the tests. ```shell vendor/bin/phpunit --testsuite=Pgsql