Skip to content

Commit 03c8849

Browse files
committed
fix: Correct formatting in SQLite documentation and remove redundant setup note.
1 parent 3b4cd6f commit 03c8849

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This package supports testing with multiple database systems to ensure compatibi
5757
- **Oracle** (23)
5858
- **PostgreSQL** (15, 16, 17)
5959
- **SQL Server** (2022-latest)
60-
- **SQLite** (default, in-memory) - No setup required
60+
- **SQLite** (default, in-memory) No setup required
6161

6262
#### Database-Specific Testing
6363

@@ -140,8 +140,6 @@ docker exec -it mssql-test /opt/mssql-tools18/bin/sqlcmd \
140140
```
141141

142142
##### SQLite
143-
SQLite does not require any setup. It uses an in-memory database by default. You can run tests directly.
144-
145143
```shell
146144
./vendor/bin/phpunit --group sqlite
147145
```

0 commit comments

Comments
 (0)