From 1b53d701181ecd5e12bbd549d2ea28dfcf2e3ccd Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Fri, 5 Jan 2024 07:54:18 -0300 Subject: [PATCH] Update docs/en/testing.md Co-authored-by: Alexander Makarov --- docs/en/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/testing.md b/docs/en/testing.md index 8e302af1f..e1b0bf97b 100644 --- a/docs/en/testing.md +++ b/docs/en/testing.md @@ -38,7 +38,7 @@ The package is tested with [PHPUnit](https://phpunit.de/). The following steps are required to run tests. -1. Install all dbms dependencies with composer. +1. Install all DBMS dependencies with composer. ```shell composer require --dev yiisoft/db-mssql yiisoft/db-mysql yiisoft/db-oracle yiisoft/db-pgsql yiisoft/db-sqlite --ansi