Skip to content

Commit

Permalink
Refactor testing instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 4, 2024
1 parent 52b1d3d commit e018622
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/en/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e018622

Please sign in to comment.