From 66a82119d9b72161524e69761cfd1225f616c352 Mon Sep 17 00:00:00 2001 From: damienharper Date: Mon, 4 Mar 2019 16:53:58 +0100 Subject: [PATCH] README formatting. --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index df233da6..ec7356d7 100644 --- a/tests/README.md +++ b/tests/README.md @@ -9,7 +9,7 @@ composer install --dev Then you can run the test suite with different configuration (SQLite, MySQL or PostgreSQL): -#### Default configuration (SQLite) +### Default configuration (SQLite) This configuration uses an in memory sqlite database, it's the fastest configuration. @@ -21,7 +21,7 @@ or ./vendor/bin/phpunit -c tests/travis/sqlite.travis.xml ``` -#### MySQL configuration +### MySQL configuration This configuration expects to connect to a MySQL database. @@ -38,7 +38,7 @@ docker run --name mysql_db -e MYSQL_DATABASE=doctrine_audit -d -p 3306:3306 mysq ``` -#### PostgreSQL configuration +### PostgreSQL configuration This configuration expects to connect to a PostgreSQL database.