Skip to content

Commit 7729c27

Browse files
committed
Tests: Clarify usage in README.md
1 parent 990e748 commit 7729c27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Check out [the documentation at https://thecodingmachine.github.io/tdbm/](https:
1414

1515
## Run the test locally
1616

17-
### Postgres
18-
19-
Run an instance with `docker run -p 5432:5432 -e POSTGRES_HOST_AUTH_METHOD=trust postgres:12`
20-
21-
Run the tests with `vendor/bin/phpunit -c phpunit.postgres.xml`
17+
You can run the tests with different backend thanks to the following scripts:
18+
- [./tests/phpunit-pgsql.sh](./tests/phpunit-pgsql.sh)
19+
- [./tests/phpunit-mariadb.sh](./tests/phpunit-mariadb.sh)
20+
- [./tests/phpunit-mysql8.sh](./tests/phpunit-mysql8.sh)
21+
- [./tests/phpunit-oracle.sh](./tests/phpunit-oracle.sh)

0 commit comments

Comments
 (0)