We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990e748 commit 7729c27Copy full SHA for 7729c27
README.md
@@ -14,8 +14,8 @@ Check out [the documentation at https://thecodingmachine.github.io/tdbm/](https:
14
15
## Run the test locally
16
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`
+You can run the tests with different backend thanks to the following scripts:
+- [./tests/phpunit-pgsql.sh](./tests/phpunit-pgsql.sh)
+- [./tests/phpunit-mariadb.sh](./tests/phpunit-mariadb.sh)
+- [./tests/phpunit-mysql8.sh](./tests/phpunit-mysql8.sh)
+- [./tests/phpunit-oracle.sh](./tests/phpunit-oracle.sh)
0 commit comments