Skip to content

Commit 374a7dc

Browse files
A test that accesses the database is not a unit test
1 parent 713b68f commit 374a7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This engine does _not_ support [MySQL Stored objects](https://dev.mysql.com/doc/
3939

4040
## Caveat Emptor
4141

42-
Unlike [Psalm](https://github.com/vimeo/psalm), this package is not designed with a wide audience in mind. For a project to really benefit from this library it should already have a large number of unit tests that require a database connection to complete, and the project maintainers must understand the tradeoffs associated with using an unofficial MySQL implementation in their test suite.
42+
Unlike [Psalm](https://github.com/vimeo/psalm), this package is not designed with a wide audience in mind. For a project to really benefit from this library it should already have a large number of tests that require a database connection to complete, and the project maintainers must understand the tradeoffs associated with using an unofficial MySQL implementation in their test suite.
4343

4444
## Known issues
4545

0 commit comments

Comments
 (0)